#60122C

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

Shades of Pohutukawa #60122C

Tints of Pohutukawa #60122C

Color information

#60122C (or 0x60122C) is unknown color: approx Pohutukawa. HEX triplet: 60, 12 and 2C. RGB value is (96,18,44). Sum of RGB (Red+Green+Blue) = 96+18+44=158 (20% of max value = 765). Red value is 96 (37.89% from 255 or 60.76% from 158); Green value is 18 (7.42% from 255 or 11.39% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 96 - color contains mainly: red. Hex color #60122C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60122C is #9FEDD3. Grayscale: #2C2C2C. Windows color (decimal): -10481108 or 2888288. OLE color: 2888288.

HSL color Cylindrical-coordinate representation of color #60122C: hue angle of 340º 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 #60122C is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB961844-
CMYK00.810.540.62
HSL340º68.42%22.35%-
HSV(B)340º81.25%37.65%-
XYZ5.493.12.69-
YUV44.29127.84164.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 60.76%
GREEN value IS 18 (7.42% from 255) = 11.39%
BLUE value IS 44 (17.58% from 255) = 27.85%
R=60.76%
G=11.39%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96184400.810.540.6234068.4222.35
Hex60122C051363E1544416
Octal14022540121667652410426
Binary11000001001010110001010001110110111110101010100100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60122C; }

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

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

<style>
 a { background-color: #60122C; }

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

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

<style>
 span { border-color: #60122C; }

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

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