#62162C

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

Shades of Pohutukawa #62162C

Tints of Pohutukawa #62162C

Color information

#62162C (or 0x62162C) is unknown color: approx Pohutukawa. HEX triplet: 62, 16 and 2C. RGB value is (98,22,44). Sum of RGB (Red+Green+Blue) = 98+22+44=164 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.76% from 164); Green value is 22 (8.98% from 255 or 13.41% from 164); Blue value is 44 (17.58% from 255 or 26.83% from 164); Max value from RGB is 98 - color contains mainly: red. Hex color #62162C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62162C is #9DE9D3. Grayscale: #2F2F2F. Windows color (decimal): -10349012 or 2889314. OLE color: 2889314.

HSL color Cylindrical-coordinate representation of color #62162C: hue angle of 342.63º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #62162C is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB982244-
CMYK00.780.550.62
HSL342.63º63.33%23.53%-
HSV(B)342.63º77.55%38.43%-
XYZ5.783.352.73-
YUV47.23126.18164.21-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.76%
GREEN value IS 22 (8.98% from 255) = 13.41%
BLUE value IS 44 (17.58% from 255) = 26.83%
R=59.76%
G=13.41%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98224400.780.550.62342.6363.3323.53
Hex62162C04E373E1573f18
Octal1422654011667765277730
Binary1100010101101011000100111011011111111010101011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62162C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,22,44); }

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

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

 a { background-color: rgb(98,22,44); }

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

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

 span { border-color: rgb(98,22,44); }

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