#62161F

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

Shades of Pohutukawa #62161F

Tints of Pohutukawa #62161F

Color information

#62161F (or 0x62161F) is unknown color: approx Pohutukawa. HEX triplet: 62, 16 and 1F. RGB value is (98,22,31). Sum of RGB (Red+Green+Blue) = 98+22+31=151 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.90% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 98 - color contains mainly: red. Hex color #62161F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62161F is #9DE9E0. Grayscale: #2D2D2D. Windows color (decimal): -10349025 or 2037346. OLE color: 2037346.

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

Color convert

RGB982231-
CMYK00.780.680.62
HSL352.89º63.33%23.53%-
HSV(B)352.89º77.55%38.43%-
XYZ5.573.271.63-
YUV45.75119.68165.27-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 64.90%
GREEN value IS 22 (8.98% from 255) = 14.57%
BLUE value IS 31 (12.5% from 255) = 20.53%
R=64.90%
G=14.57%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98223100.780.680.62352.8963.3323.53
Hex62161F04E443E1613f18
Octal14226370116104765417730
Binary1100010101101111101001110100010011111010110000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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