#62081D

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

Shades of Pohutukawa #62081D

Tints of Pohutukawa #62081D

Color information

#62081D (or 0x62081D) is unknown color: approx Pohutukawa. HEX triplet: 62, 08 and 1D. RGB value is (98,8,29). Sum of RGB (Red+Green+Blue) = 98+8+29=135 (17% of max value = 765). Red value is 98 (38.67% from 255 or 72.59% from 135); Green value is 8 (3.52% from 255 or 5.93% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 98 - color contains mainly: red. Hex color #62081D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62081D is #9DF7E2. Grayscale: #252525. Windows color (decimal): -10352611 or 1902690. OLE color: 1902690.

HSL color Cylindrical-coordinate representation of color #62081D: hue angle of 346º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #62081D is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB98829-
CMYK00.920.700.62
HSL346º84.91%20.78%-
HSV(B)346º91.84%38.43%-
XYZ5.352.861.43-
YUV37.3123.32171.29-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 72.59%
GREEN value IS 8 (3.52% from 255) = 5.93%
BLUE value IS 29 (11.72% from 255) = 21.48%
R=72.59%
G=5.93%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9882900.920.700.6234684.9120.78
Hex6281D05C463E15a5515
Octal142103501341067653212525
Binary1100010100011101010111001000110111110101011010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62081D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62081D; }

 p { color: rgb(98,8,29); }

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

<style>
 a { background-color: #62081D; }

 a { background-color: rgb(98,8,29); }

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

<style>
 span { border-color: #62081D; }

 span { border-color: rgb(98,8,29); }

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