#62091A

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

Shades of Pohutukawa #62091A

Tints of Pohutukawa #62091A

Color information

#62091A (or 0x62091A) is unknown color: approx Pohutukawa. HEX triplet: 62, 09 and 1A. RGB value is (98,9,26). Sum of RGB (Red+Green+Blue) = 98+9+26=133 (17% of max value = 765). Red value is 98 (38.67% from 255 or 73.68% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 26 (10.55% from 255 or 19.55% from 133); Max value from RGB is 98 - color contains mainly: red. Hex color #62091A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62091A is #9DF6E5. Grayscale: #252525. Windows color (decimal): -10352358 or 1706338. OLE color: 1706338.

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

Color convert

RGB98926-
CMYK00.910.730.62
HSL348.54º83.18%20.98%-
HSV(B)348.54º90.82%38.43%-
XYZ5.322.871.25-
YUV37.55121.49171.12-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 73.68%
GREEN value IS 9 (3.91% from 255) = 6.77%
BLUE value IS 26 (10.55% from 255) = 19.55%
R=73.68%
G=6.77%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9892600.910.730.62348.5483.1820.98
Hex6291A05B493E15d5315
Octal142113201331117653512325
Binary1100010100111010010110111001001111110101011101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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