#62191C

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

Shades of Pohutukawa #62191C

Tints of Pohutukawa #62191C

Color information

#62191C (or 0x62191C) is unknown color: approx Pohutukawa. HEX triplet: 62, 19 and 1C. RGB value is (98,25,28). Sum of RGB (Red+Green+Blue) = 98+25+28=151 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.90% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 28 (11.33% from 255 or 18.54% from 151); Max value from RGB is 98 - color contains mainly: red. Hex color #62191C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62191C is #9DE6E3. Grayscale: #2F2F2F. Windows color (decimal): -10348260 or 1841506. OLE color: 1841506.

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

Color convert

RGB982528-
CMYK00.740.710.62
HSL357.53º59.35%24.12%-
HSV(B)357.53º74.49%38.43%-
XYZ5.593.381.46-
YUV47.17117.18164.26-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 64.90%
GREEN value IS 25 (10.16% from 255) = 16.56%
BLUE value IS 28 (11.33% from 255) = 18.54%
R=64.90%
G=16.56%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98252800.740.710.62357.5359.3524.12
Hex62191C04A473E1663b18
Octal14231340112107765467330
Binary1100010110011110001001010100011111111010110011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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