#62050B

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

Shades of Pohutukawa #62050B

Tints of Pohutukawa #62050B

Color information

#62050B (or 0x62050B) is unknown color: approx Pohutukawa. HEX triplet: 62, 05 and 0B. RGB value is (98,5,11). Sum of RGB (Red+Green+Blue) = 98+5+11=114 (15% of max value = 765). Red value is 98 (38.67% from 255 or 85.96% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 11 (4.69% from 255 or 9.65% from 114); Max value from RGB is 98 - color contains mainly: red. Hex color #62050B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62050B is #9DFAF4. Grayscale: #212121. Windows color (decimal): -10353397 or 722274. OLE color: 722274.

HSL color Cylindrical-coordinate representation of color #62050B: hue angle of 356.13º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #62050B is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB98511-
CMYK00.950.890.62
HSL356.13º90.29%20.2%-
HSV(B)356.13º94.9%38.43%-
XYZ5.152.730.57-
YUV33.49115.31174.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 85.96%
GREEN value IS 5 (2.34% from 255) = 4.39%
BLUE value IS 11 (4.69% from 255) = 9.65%
R=85.96%
G=4.39%
B=9.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9851100.950.890.62356.1390.2920.2
Hex625B05F593E1645a14
Octal14251301371317654413224
Binary11000101011011010111111011001111110101100100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62050B; }

 p { color: rgb(98,5,11); }

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

<style>
 a { background-color: #62050B; }

 a { background-color: rgb(98,5,11); }

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

<style>
 span { border-color: #62050B; }

 span { border-color: rgb(98,5,11); }

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