#60182C

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

Shades of Pohutukawa #60182C

Tints of Pohutukawa #60182C

Color information

#60182C (or 0x60182C) is unknown color: approx Pohutukawa. HEX triplet: 60, 18 and 2C. RGB value is (96,24,44). Sum of RGB (Red+Green+Blue) = 96+24+44=164 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.54% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 44 (17.58% from 255 or 26.83% from 164); Max value from RGB is 96 - color contains mainly: red. Hex color #60182C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60182C is #9FE7D3. Grayscale: #2F2F2F. Windows color (decimal): -10479572 or 2889824. OLE color: 2889824.

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

Color convert

RGB962444-
CMYK00.750.540.62
HSL343.33º60%23.53%-
HSV(B)343.33º75%37.65%-
XYZ5.613.322.73-
YUV47.81125.85162.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 58.54%
GREEN value IS 24 (9.77% from 255) = 14.63%
BLUE value IS 44 (17.58% from 255) = 26.83%
R=58.54%
G=14.63%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96244400.750.540.62343.336023.53
Hex60182C04B363E1573c18
Octal1403054011366765277430
Binary1100000110001011000100101111011011111010101011111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60182C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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