#62091C

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

Shades of Pohutukawa #62091C

Tints of Pohutukawa #62091C

Color information

#62091C (or 0x62091C) is unknown color: approx Pohutukawa. HEX triplet: 62, 09 and 1C. RGB value is (98,9,28). Sum of RGB (Red+Green+Blue) = 98+9+28=135 (17% of max value = 765). Red value is 98 (38.67% from 255 or 72.59% from 135); Green value is 9 (3.91% from 255 or 6.67% from 135); Blue value is 28 (11.33% from 255 or 20.74% from 135); Max value from RGB is 98 - color contains mainly: red. Hex color #62091C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62091C is #9DF6E3. Grayscale: #252525. Windows color (decimal): -10352356 or 1837410. OLE color: 1837410.

HSL color Cylindrical-coordinate representation of color #62091C: hue angle of 347.19º 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 #62091C is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB98928-
CMYK00.910.710.62
HSL347.19º83.18%20.98%-
HSV(B)347.19º90.82%38.43%-
XYZ5.342.881.37-
YUV37.78122.49170.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 72.59%
GREEN value IS 9 (3.91% from 255) = 6.67%
BLUE value IS 28 (11.33% from 255) = 20.74%
R=72.59%
G=6.67%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9892800.910.710.62347.1983.1820.98
Hex6291C05B473E15b5315
Octal142113401331077653312325
Binary1100010100111100010110111000111111110101011011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62091C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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