#60132A

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

Shades of Pohutukawa #60132A

Tints of Pohutukawa #60132A

Color information

#60132A (or 0x60132A) is unknown color: approx Pohutukawa. HEX triplet: 60, 13 and 2A. RGB value is (96,19,42). Sum of RGB (Red+Green+Blue) = 96+19+42=157 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.15% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 96 - color contains mainly: red. Hex color #60132A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60132A is #9FECD5. Grayscale: #2C2C2C. Windows color (decimal): -10480854 or 2757472. OLE color: 2757472.

HSL color Cylindrical-coordinate representation of color #60132A: hue angle of 342.08º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #60132A is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB961942-
CMYK00.800.560.62
HSL342.08º66.96%22.55%-
HSV(B)342.08º80.21%37.65%-
XYZ5.473.122.5-
YUV44.64126.51164.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 61.15%
GREEN value IS 19 (7.81% from 255) = 12.10%
BLUE value IS 42 (16.80% from 255) = 26.75%
R=61.15%
G=12.10%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96194200.800.560.62342.0866.9622.55
Hex60132A050383E1564317
Octal14023520120707652610327
Binary11000001001110101001010000111000111110101010110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60132A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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