#62040E

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

Shades of Pohutukawa #62040E

Tints of Pohutukawa #62040E

Color information

#62040E (or 0x62040E) is unknown color: approx Pohutukawa. HEX triplet: 62, 04 and 0E. RGB value is (98,4,14). Sum of RGB (Red+Green+Blue) = 98+4+14=116 (15% of max value = 765). Red value is 98 (38.67% from 255 or 84.48% from 116); Green value is 4 (1.95% from 255 or 3.45% from 116); Blue value is 14 (5.86% from 255 or 12.07% from 116); Max value from RGB is 98 - color contains mainly: red. Hex color #62040E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62040E is #9DFBF1. Grayscale: #212121. Windows color (decimal): -10353650 or 918626. OLE color: 918626.

HSL color Cylindrical-coordinate representation of color #62040E: hue angle of 353.62º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #62040E is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB98414-
CMYK00.960.860.62
HSL353.62º92.16%20%-
HSV(B)353.62º95.92%38.43%-
XYZ5.162.720.67-
YUV33.25117.14174.19-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 84.48%
GREEN value IS 4 (1.95% from 255) = 3.45%
BLUE value IS 14 (5.86% from 255) = 12.07%
R=84.48%
G=3.45%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9841400.960.860.62353.6292.1620
Hex624E060563E1625c14
Octal14241601401267654213424
Binary11000101001110011000001010110111110101100010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62040E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62040E; }

 p { color: rgb(98,4,14); }

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

<style>
 a { background-color: #62040E; }

 a { background-color: rgb(98,4,14); }

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

<style>
 span { border-color: #62040E; }

 span { border-color: rgb(98,4,14); }

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