#62161B

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

Shades of Pohutukawa #62161B

Tints of Pohutukawa #62161B

Color information

#62161B (or 0x62161B) is unknown color: approx Pohutukawa. HEX triplet: 62, 16 and 1B. RGB value is (98,22,27). Sum of RGB (Red+Green+Blue) = 98+22+27=147 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.67% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 27 (10.94% from 255 or 18.37% from 147); Max value from RGB is 98 - color contains mainly: red. Hex color #62161B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62161B is #9DE9E4. Grayscale: #2D2D2D. Windows color (decimal): -10349029 or 1775202. OLE color: 1775202.

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

Color convert

RGB982227-
CMYK00.780.720.62
HSL356.05º63.33%23.53%-
HSV(B)356.05º77.55%38.43%-
XYZ5.523.251.37-
YUV45.29117.68165.59-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 66.67%
GREEN value IS 22 (8.98% from 255) = 14.97%
BLUE value IS 27 (10.94% from 255) = 18.37%
R=66.67%
G=14.97%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98222700.780.720.62356.0563.3323.53
Hex62161B04E483E1643f18
Octal14226330116110765447730
Binary1100010101101101101001110100100011111010110010011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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