#60131D

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

Shades of Pohutukawa #60131D

Tints of Pohutukawa #60131D

Color information

#60131D (or 0x60131D) is unknown color: approx Pohutukawa. HEX triplet: 60, 13 and 1D. RGB value is (96,19,29). Sum of RGB (Red+Green+Blue) = 96+19+29=144 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.67% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 96 - color contains mainly: red. Hex color #60131D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60131D is #9FECE2. Grayscale: #2B2B2B. Windows color (decimal): -10480867 or 1905504. OLE color: 1905504.

HSL color Cylindrical-coordinate representation of color #60131D: hue angle of 352.21º 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 #60131D is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB961929-
CMYK00.800.700.62
HSL352.21º66.96%22.55%-
HSV(B)352.21º80.21%37.65%-
XYZ5.283.041.47-
YUV43.16120.01165.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 66.67%
GREEN value IS 19 (7.81% from 255) = 13.19%
BLUE value IS 29 (11.72% from 255) = 20.14%
R=66.67%
G=13.19%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96192900.800.700.62352.2166.9622.55
Hex60131D050463E1604317
Octal140233501201067654010327
Binary11000001001111101010100001000110111110101100000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60131D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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