#62041A

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

Shades of Pohutukawa #62041A

Tints of Pohutukawa #62041A

Color information

#62041A (or 0x62041A) is unknown color: approx Pohutukawa. HEX triplet: 62, 04 and 1A. RGB value is (98,4,26). Sum of RGB (Red+Green+Blue) = 98+4+26=128 (16% of max value = 765). Red value is 98 (38.67% from 255 or 76.56% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 98 - color contains mainly: red. Hex color #62041A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62041A is #9DFBE5. Grayscale: #222222. Windows color (decimal): -10353638 or 1705058. OLE color: 1705058.

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

Color convert

RGB98426-
CMYK00.960.730.62
HSL345.96º92.16%20%-
HSV(B)345.96º95.92%38.43%-
XYZ5.272.761.23-
YUV34.61123.14173.21-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 76.56%
GREEN value IS 4 (1.95% from 255) = 3.12%
BLUE value IS 26 (10.55% from 255) = 20.31%
R=76.56%
G=3.12%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9842600.960.730.62345.9692.1620
Hex6241A060493E15a5c14
Octal14243201401117653213424
Binary110001010011010011000001001001111110101011010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62041A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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