#60122A

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

Shades of Pohutukawa #60122A

Tints of Pohutukawa #60122A

Color information

#60122A (or 0x60122A) is unknown color: approx Pohutukawa. HEX triplet: 60, 12 and 2A. RGB value is (96,18,42). Sum of RGB (Red+Green+Blue) = 96+18+42=156 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.54% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 96 - color contains mainly: red. Hex color #60122A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60122A is #9FEDD5. Grayscale: #2C2C2C. Windows color (decimal): -10481110 or 2757216. OLE color: 2757216.

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

Color convert

RGB961842-
CMYK00.810.560.62
HSL341.54º68.42%22.35%-
HSV(B)341.54º81.25%37.65%-
XYZ5.463.092.5-
YUV44.06126.84165.05-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 61.54%
GREEN value IS 18 (7.42% from 255) = 11.54%
BLUE value IS 42 (16.80% from 255) = 26.92%
R=61.54%
G=11.54%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96184200.810.560.62341.5468.4222.35
Hex60122A051383E1564416
Octal14022520121707652610426
Binary11000001001010101001010001111000111110101010110100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60122A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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