#601C2C

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

Shades of Pohutukawa #601C2C

Tints of Pohutukawa #601C2C

Color information

#601C2C (or 0x601C2C) is unknown color: approx Pohutukawa. HEX triplet: 60, 1C and 2C. RGB value is (96,28,44). Sum of RGB (Red+Green+Blue) = 96+28+44=168 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.14% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 44 (17.58% from 255 or 26.19% from 168); Max value from RGB is 96 - color contains mainly: red. Hex color #601C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601C2C is #9FE3D3. Grayscale: #323232. Windows color (decimal): -10478548 or 2890848. OLE color: 2890848.

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

Color convert

RGB962844-
CMYK00.710.540.62
HSL345.88º54.84%24.31%-
HSV(B)345.88º70.83%37.65%-
XYZ5.693.52.76-
YUV50.16124.53160.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.14%
GREEN value IS 28 (11.33% from 255) = 16.67%
BLUE value IS 44 (17.58% from 255) = 26.19%
R=57.14%
G=16.67%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96284400.710.540.62345.8854.8424.31
Hex601C2C047363E15a3718
Octal1403454010766765326730
Binary1100000111001011000100011111011011111010101101011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601C2C; }

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

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

<style>
 a { background-color: #601C2C; }

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

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

<style>
 span { border-color: #601C2C; }

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

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