#60131F

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

Shades of Pohutukawa #60131F

Tints of Pohutukawa #60131F

Color information

#60131F (or 0x60131F) is unknown color: approx Pohutukawa. HEX triplet: 60, 13 and 1F. RGB value is (96,19,31). Sum of RGB (Red+Green+Blue) = 96+19+31=146 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.75% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 31 (12.5% from 255 or 21.23% from 146); Max value from RGB is 96 - color contains mainly: red. Hex color #60131F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60131F is #9FECE0. Grayscale: #2B2B2B. Windows color (decimal): -10480865 or 2036576. OLE color: 2036576.

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

Color convert

RGB961931-
CMYK00.800.680.62
HSL350.65º66.96%22.55%-
HSV(B)350.65º80.21%37.65%-
XYZ5.33.051.61-
YUV43.39121.01165.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 65.75%
GREEN value IS 19 (7.81% from 255) = 13.01%
BLUE value IS 31 (12.5% from 255) = 21.23%
R=65.75%
G=13.01%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96193100.800.680.62350.6566.9622.55
Hex60131F050443E15f4317
Octal140233701201047653710327
Binary11000001001111111010100001000100111110101011111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60131F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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