#62191B

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

Shades of Pohutukawa #62191B

Tints of Pohutukawa #62191B

Color information

#62191B (or 0x62191B) is unknown color: approx Pohutukawa. HEX triplet: 62, 19 and 1B. RGB value is (98,25,27). Sum of RGB (Red+Green+Blue) = 98+25+27=150 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.33% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 27 (10.94% from 255 or 18% from 150); Max value from RGB is 98 - color contains mainly: red. Hex color #62191B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62191B is #9DE6E4. Grayscale: #2F2F2F. Windows color (decimal): -10348261 or 1775970. OLE color: 1775970.

HSL color Cylindrical-coordinate representation of color #62191B: hue angle of 358.36º 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 #62191B is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB982527-
CMYK00.740.720.62
HSL358.36º59.35%24.12%-
HSV(B)358.36º74.49%38.43%-
XYZ5.583.371.39-
YUV47.06116.68164.34-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 65.33%
GREEN value IS 25 (10.16% from 255) = 16.67%
BLUE value IS 27 (10.94% from 255) = 18%
R=65.33%
G=16.67%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98252700.740.720.62358.3659.3524.12
Hex62191B04A483E1663b18
Octal14231330112110765467330
Binary1100010110011101101001010100100011111010110011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62191B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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