#62131F

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

Shades of Pohutukawa #62131F

Tints of Pohutukawa #62131F

Color information

#62131F (or 0x62131F) is unknown color: approx Pohutukawa. HEX triplet: 62, 13 and 1F. RGB value is (98,19,31). Sum of RGB (Red+Green+Blue) = 98+19+31=148 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.22% from 148); Green value is 19 (7.81% from 255 or 12.84% from 148); Blue value is 31 (12.5% from 255 or 20.95% from 148); Max value from RGB is 98 - color contains mainly: red. Hex color #62131F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62131F is #9DECE0. Grayscale: #2C2C2C. Windows color (decimal): -10349793 or 2036578. OLE color: 2036578.

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

Color convert

RGB981931-
CMYK00.810.680.62
HSL350.89º67.52%22.94%-
HSV(B)350.89º80.61%38.43%-
XYZ5.523.161.62-
YUV43.99120.67166.52-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 66.22%
GREEN value IS 19 (7.81% from 255) = 12.84%
BLUE value IS 31 (12.5% from 255) = 20.95%
R=66.22%
G=12.84%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98193100.810.680.62350.8967.5222.94
Hex62131F051443E15f4417
Octal142233701211047653710427
Binary11000101001111111010100011000100111110101011111100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62131F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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