#62090C

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

Shades of Pohutukawa #62090C

Tints of Pohutukawa #62090C

Color information

#62090C (or 0x62090C) is unknown color: approx Pohutukawa. HEX triplet: 62, 09 and 0C. RGB value is (98,9,12). Sum of RGB (Red+Green+Blue) = 98+9+12=119 (15% of max value = 765). Red value is 98 (38.67% from 255 or 82.35% from 119); Green value is 9 (3.91% from 255 or 7.56% from 119); Blue value is 12 (5.08% from 255 or 10.08% from 119); Max value from RGB is 98 - color contains mainly: red. Hex color #62090C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62090C is #9DF6F3. Grayscale: #242424. Windows color (decimal): -10352372 or 788834. OLE color: 788834.

HSL color Cylindrical-coordinate representation of color #62090C: hue angle of 357.98º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #62090C is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB98912-
CMYK00.910.880.62
HSL357.98º83.18%20.98%-
HSV(B)357.98º90.82%38.43%-
XYZ5.22.820.62-
YUV35.95114.49172.26-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 82.35%
GREEN value IS 9 (3.91% from 255) = 7.56%
BLUE value IS 12 (5.08% from 255) = 10.08%
R=82.35%
G=7.56%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9891200.910.880.62357.9883.1820.98
Hex629C05B583E1665315
Octal142111401331307654612325
Binary110001010011100010110111011000111110101100110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62090C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62090C; }

 p { color: rgb(98,9,12); }

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

<style>
 a { background-color: #62090C; }

 a { background-color: rgb(98,9,12); }

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

<style>
 span { border-color: #62090C; }

 span { border-color: rgb(98,9,12); }

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