#601C28

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

Shades of Pohutukawa #601C28

Tints of Pohutukawa #601C28

Color information

#601C28 (or 0x601C28) is unknown color: approx Pohutukawa. HEX triplet: 60, 1C and 28. RGB value is (96,28,40). Sum of RGB (Red+Green+Blue) = 96+28+40=164 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.54% from 164); Green value is 28 (11.33% from 255 or 17.07% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 96 - color contains mainly: red. Hex color #601C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601C28 is #9FE3D7. Grayscale: #313131. Windows color (decimal): -10478552 or 2628704. OLE color: 2628704.

HSL color Cylindrical-coordinate representation of color #601C28: hue angle of 349.41º 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 #601C28 is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB962840-
CMYK00.710.580.62
HSL349.41º54.84%24.31%-
HSV(B)349.41º70.83%37.65%-
XYZ5.623.472.38-
YUV49.7122.53161.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 58.54%
GREEN value IS 28 (11.33% from 255) = 17.07%
BLUE value IS 40 (16.02% from 255) = 24.39%
R=58.54%
G=17.07%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96284000.710.580.62349.4154.8424.31
Hex601C280473A3E15d3718
Octal1403450010772765356730
Binary1100000111001010000100011111101011111010101110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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