#62041D

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

Shades of Pohutukawa #62041D

Tints of Pohutukawa #62041D

Color information

#62041D (or 0x62041D) is unknown color: approx Pohutukawa. HEX triplet: 62, 04 and 1D. RGB value is (98,4,29). Sum of RGB (Red+Green+Blue) = 98+4+29=131 (17% of max value = 765). Red value is 98 (38.67% from 255 or 74.81% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 98 - color contains mainly: red. Hex color #62041D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62041D is #9DFBE2. Grayscale: #222222. Windows color (decimal): -10353635 or 1901666. OLE color: 1901666.

HSL color Cylindrical-coordinate representation of color #62041D: hue angle of 344.04º 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 #62041D is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB98429-
CMYK00.960.700.62
HSL344.04º92.16%20%-
HSV(B)344.04º95.92%38.43%-
XYZ5.32.771.42-
YUV34.96124.64172.97-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 74.81%
GREEN value IS 4 (1.95% from 255) = 3.05%
BLUE value IS 29 (11.72% from 255) = 22.14%
R=74.81%
G=3.05%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9842900.960.700.62344.0492.1620
Hex6241D060463E1585c14
Octal14243501401067653013424
Binary110001010011101011000001000110111110101011000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62041D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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