#60112D

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

Shades of Pohutukawa #60112D

Tints of Pohutukawa #60112D

Color information

#60112D (or 0x60112D) is unknown color: approx Pohutukawa. HEX triplet: 60, 11 and 2D. RGB value is (96,17,45). Sum of RGB (Red+Green+Blue) = 96+17+45=158 (20% of max value = 765). Red value is 96 (37.89% from 255 or 60.76% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 96 - color contains mainly: red. Hex color #60112D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60112D is #9FEED2. Grayscale: #2B2B2B. Windows color (decimal): -10481363 or 2953568. OLE color: 2953568.

HSL color Cylindrical-coordinate representation of color #60112D: hue angle of 338.73º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #60112D is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB961745-
CMYK00.820.530.62
HSL338.73º69.91%22.16%-
HSV(B)338.73º82.29%37.65%-
XYZ5.53.082.79-
YUV43.81128.67165.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 60.76%
GREEN value IS 17 (7.03% from 255) = 10.76%
BLUE value IS 45 (17.97% from 255) = 28.48%
R=60.76%
G=10.76%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96174500.820.530.62338.7369.9122.16
Hex60112D052353E1534616
Octal14021550122657652310626
Binary11000001000110110101010010110101111110101010011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,17,45); }

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

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

 a { background-color: rgb(96,17,45); }

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

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

 span { border-color: rgb(96,17,45); }

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