#62091B

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

Shades of Pohutukawa #62091B

Tints of Pohutukawa #62091B

Color information

#62091B (or 0x62091B) is unknown color: approx Pohutukawa. HEX triplet: 62, 09 and 1B. RGB value is (98,9,27). Sum of RGB (Red+Green+Blue) = 98+9+27=134 (17% of max value = 765). Red value is 98 (38.67% from 255 or 73.13% from 134); Green value is 9 (3.91% from 255 or 6.72% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 98 - color contains mainly: red. Hex color #62091B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62091B is #9DF6E4. Grayscale: #252525. Windows color (decimal): -10352357 or 1771874. OLE color: 1771874.

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

Color convert

RGB98927-
CMYK00.910.720.62
HSL347.87º83.18%20.98%-
HSV(B)347.87º90.82%38.43%-
XYZ5.332.871.31-
YUV37.66121.99171.04-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 73.13%
GREEN value IS 9 (3.91% from 255) = 6.72%
BLUE value IS 27 (10.94% from 255) = 20.15%
R=73.13%
G=6.72%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9892700.910.720.62347.8783.1820.98
Hex6291B05B483E15c5315
Octal142113301331107653412325
Binary1100010100111011010110111001000111110101011100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62091B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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