#62041C

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

Shades of Pohutukawa #62041C

Tints of Pohutukawa #62041C

Color information

#62041C (or 0x62041C) is unknown color: approx Pohutukawa. HEX triplet: 62, 04 and 1C. RGB value is (98,4,28). Sum of RGB (Red+Green+Blue) = 98+4+28=130 (17% of max value = 765). Red value is 98 (38.67% from 255 or 75.38% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 98 - color contains mainly: red. Hex color #62041C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62041C is #9DFBE3. Grayscale: #222222. Windows color (decimal): -10353636 or 1836130. OLE color: 1836130.

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

Color convert

RGB98428-
CMYK00.960.710.62
HSL344.68º92.16%20%-
HSV(B)344.68º95.92%38.43%-
XYZ5.292.771.35-
YUV34.84124.14173.05-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 75.38%
GREEN value IS 4 (1.95% from 255) = 3.08%
BLUE value IS 28 (11.33% from 255) = 21.54%
R=75.38%
G=3.08%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9842800.960.710.62344.6892.1620
Hex6241C060473E1595c14
Octal14243401401077653113424
Binary110001010011100011000001000111111110101011001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62041C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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