#60172C

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

Shades of Pohutukawa #60172C

Tints of Pohutukawa #60172C

Color information

#60172C (or 0x60172C) is unknown color: approx Pohutukawa. HEX triplet: 60, 17 and 2C. RGB value is (96,23,44). Sum of RGB (Red+Green+Blue) = 96+23+44=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 23 (9.38% from 255 or 14.11% from 163); Blue value is 44 (17.58% from 255 or 26.99% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #60172C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60172C is #9FE8D3. Grayscale: #2F2F2F. Windows color (decimal): -10479828 or 2889568. OLE color: 2889568.

HSL color Cylindrical-coordinate representation of color #60172C: hue angle of 342.74º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #60172C is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB962344-
CMYK00.760.540.62
HSL342.74º61.34%23.33%-
HSV(B)342.74º76.04%37.65%-
XYZ5.583.282.72-
YUV47.22126.18162.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 58.90%
GREEN value IS 23 (9.38% from 255) = 14.11%
BLUE value IS 44 (17.58% from 255) = 26.99%
R=58.90%
G=14.11%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96234400.760.540.62342.7461.3423.33
Hex60172C04C363E1573d17
Octal1402754011466765277527
Binary1100000101111011000100110011011011111010101011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60172C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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