#60122B

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

Shades of Pohutukawa #60122B

Tints of Pohutukawa #60122B

Color information

#60122B (or 0x60122B) is unknown color: approx Pohutukawa. HEX triplet: 60, 12 and 2B. RGB value is (96,18,43). Sum of RGB (Red+Green+Blue) = 96+18+43=157 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.15% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 96 - color contains mainly: red. Hex color #60122B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60122B is #9FEDD4. Grayscale: #2C2C2C. Windows color (decimal): -10481109 or 2822752. OLE color: 2822752.

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

Color convert

RGB961843-
CMYK00.810.550.62
HSL340.77º68.42%22.35%-
HSV(B)340.77º81.25%37.65%-
XYZ5.483.092.59-
YUV44.17127.34164.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 61.15%
GREEN value IS 18 (7.42% from 255) = 11.46%
BLUE value IS 43 (17.19% from 255) = 27.39%
R=61.15%
G=11.46%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96184300.810.550.62340.7768.4222.35
Hex60122B051373E1554416
Octal14022530121677652510426
Binary11000001001010101101010001110111111110101010101100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60122B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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