#62212F

Color #62212F Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #62212F

Tints of Pohutukawa #62212F

Color information

#62212F (or 0x62212F) is unknown color: approx Pohutukawa. HEX triplet: 62, 21 and 2F. RGB value is (98,33,47). Sum of RGB (Red+Green+Blue) = 98+33+47=178 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.06% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 47 (18.75% from 255 or 26.40% from 178); Max value from RGB is 98 - color contains mainly: red. Hex color #62212F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62212F is #9DDED0. Grayscale: #363636. Windows color (decimal): -10346193 or 3088738. OLE color: 3088738.

HSL color Cylindrical-coordinate representation of color #62212F: hue angle of 347.08º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #62212F is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB983347-
CMYK00.660.520.62
HSL347.08º49.62%25.69%-
HSV(B)347.08º66.33%38.43%-
XYZ6.093.893.12-
YUV54.03124.03159.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 55.06%
GREEN value IS 33 (13.28% from 255) = 18.54%
BLUE value IS 47 (18.75% from 255) = 26.40%
R=55.06%
G=18.54%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98334700.660.520.62347.0849.6225.69
Hex62212F042343E15b321a
Octal1424157010264765336232
Binary11000101000011011110100001011010011111010101101111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62212F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62212F; }

 p { color: rgb(98,33,47); }

 H1.HeaderClassName
 {
   color: #62212F;
 }
 .AnyTagClassName
 {
   color: #62212F;
 }
</style>
background-color css

<style>
 a { background-color: #62212F; }

 a { background-color: rgb(98,33,47); }

 div.DivClassName
 {
   background-color: #62212F;
 }
 .BgClassName
 {
   background-color: #62212F;
 }
</style>
border-color css

<style>
 span { border-color: #62212F; }

 span { border-color: rgb(98,33,47); }

 td.TdClassName
 {
   border-color: #62212F;
 }
 .TagClassName
 {
   border-color: #62212F;
 }
</style>