#62131C

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

Shades of Pohutukawa #62131C

Tints of Pohutukawa #62131C

Color information

#62131C (or 0x62131C) is unknown color: approx Pohutukawa. HEX triplet: 62, 13 and 1C. RGB value is (98,19,28). Sum of RGB (Red+Green+Blue) = 98+19+28=145 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.59% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 98 - color contains mainly: red. Hex color #62131C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62131C is #9DECE3. Grayscale: #2B2B2B. Windows color (decimal): -10349796 or 1839970. OLE color: 1839970.

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

Color convert

RGB981928-
CMYK00.810.710.62
HSL353.16º67.52%22.94%-
HSV(B)353.16º80.61%38.43%-
XYZ5.483.151.42-
YUV43.65119.17166.77-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 67.59%
GREEN value IS 19 (7.81% from 255) = 13.10%
BLUE value IS 28 (11.33% from 255) = 19.31%
R=67.59%
G=13.10%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98192800.810.710.62353.1667.5222.94
Hex62131C051473E1614417
Octal142233401211077654110427
Binary11000101001111100010100011000111111110101100001100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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