#62081F

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

Shades of Pohutukawa #62081F

Tints of Pohutukawa #62081F

Color information

#62081F (or 0x62081F) is unknown color: approx Pohutukawa. HEX triplet: 62, 08 and 1F. RGB value is (98,8,31). Sum of RGB (Red+Green+Blue) = 98+8+31=137 (18% of max value = 765). Red value is 98 (38.67% from 255 or 71.53% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 31 (12.5% from 255 or 22.63% from 137); Max value from RGB is 98 - color contains mainly: red. Hex color #62081F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62081F is #9DF7E0. Grayscale: #252525. Windows color (decimal): -10352609 or 2033762. OLE color: 2033762.

HSL color Cylindrical-coordinate representation of color #62081F: hue angle of 344.67º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #62081F is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB98831-
CMYK00.920.680.62
HSL344.67º84.91%20.78%-
HSV(B)344.67º91.84%38.43%-
XYZ5.372.871.57-
YUV37.53124.32171.13-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 71.53%
GREEN value IS 8 (3.52% from 255) = 5.84%
BLUE value IS 31 (12.5% from 255) = 22.63%
R=71.53%
G=5.84%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9883100.920.680.62344.6784.9120.78
Hex6281F05C443E1595515
Octal142103701341047653112525
Binary1100010100011111010111001000100111110101011001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62081F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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