#62141C

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

Shades of Pohutukawa #62141C

Tints of Pohutukawa #62141C

Color information

#62141C (or 0x62141C) is unknown color: approx Pohutukawa. HEX triplet: 62, 14 and 1C. RGB value is (98,20,28). Sum of RGB (Red+Green+Blue) = 98+20+28=146 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.12% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 98 - color contains mainly: red. Hex color #62141C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62141C is #9DEBE3. Grayscale: #2C2C2C. Windows color (decimal): -10349540 or 1840226. OLE color: 1840226.

HSL color Cylindrical-coordinate representation of color #62141C: hue angle of 353.85º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #62141C is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB982028-
CMYK00.800.710.62
HSL353.85º66.1%23.14%-
HSV(B)353.85º79.59%38.43%-
XYZ5.53.181.42-
YUV44.23118.84166.35-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 67.12%
GREEN value IS 20 (8.20% from 255) = 13.70%
BLUE value IS 28 (11.33% from 255) = 19.18%
R=67.12%
G=13.70%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98202800.800.710.62353.8566.123.14
Hex62141C050473E1624217
Octal142243401201077654210227
Binary11000101010011100010100001000111111110101100010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62141C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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