#62112C

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

Shades of Pohutukawa #62112C

Tints of Pohutukawa #62112C

Color information

#62112C (or 0x62112C) is unknown color: approx Pohutukawa. HEX triplet: 62, 11 and 2C. RGB value is (98,17,44). Sum of RGB (Red+Green+Blue) = 98+17+44=159 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.64% from 159); Green value is 17 (7.03% from 255 or 10.69% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 98 - color contains mainly: red. Hex color #62112C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62112C is #9DEED3. Grayscale: #2C2C2C. Windows color (decimal): -10350292 or 2888034. OLE color: 2888034.

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

Color convert

RGB981744-
CMYK00.830.550.62
HSL340º70.43%22.55%-
HSV(B)340º82.65%38.43%-
XYZ5.693.182.7-
YUV44.3127.84166.3-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 61.64%
GREEN value IS 17 (7.03% from 255) = 10.69%
BLUE value IS 44 (17.58% from 255) = 27.67%
R=61.64%
G=10.69%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98174400.830.550.6234070.4322.55
Hex62112C053373E1544617
Octal14221540123677652410627
Binary11000101000110110001010011110111111110101010100100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62112C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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