#60121D

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

Shades of Pohutukawa #60121D

Tints of Pohutukawa #60121D

Color information

#60121D (or 0x60121D) is unknown color: approx Pohutukawa. HEX triplet: 60, 12 and 1D. RGB value is (96,18,29). Sum of RGB (Red+Green+Blue) = 96+18+29=143 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.13% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 29 (11.72% from 255 or 20.28% from 143); Max value from RGB is 96 - color contains mainly: red. Hex color #60121D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60121D is #9FEDE2. Grayscale: #2A2A2A. Windows color (decimal): -10481123 or 1905248. OLE color: 1905248.

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

Color convert

RGB961829-
CMYK00.810.700.62
HSL351.54º68.42%22.35%-
HSV(B)351.54º81.25%37.65%-
XYZ5.263.011.47-
YUV42.58120.34166.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 67.13%
GREEN value IS 18 (7.42% from 255) = 12.59%
BLUE value IS 29 (11.72% from 255) = 20.28%
R=67.13%
G=12.59%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96182900.810.700.62351.5468.4222.35
Hex60121D051463E1604416
Octal140223501211067654010426
Binary11000001001011101010100011000110111110101100000100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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