#601E27

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

Shades of Pohutukawa #601E27

Tints of Pohutukawa #601E27

Color information

#601E27 (or 0x601E27) is unknown color: approx Pohutukawa. HEX triplet: 60, 1E and 27. RGB value is (96,30,39). Sum of RGB (Red+Green+Blue) = 96+30+39=165 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.18% from 165); Green value is 30 (12.11% from 255 or 18.18% from 165); Blue value is 39 (15.62% from 255 or 23.64% from 165); Max value from RGB is 96 - color contains mainly: red. Hex color #601E27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601E27 is #9FE1D8. Grayscale: #323232. Windows color (decimal): -10478041 or 2563680. OLE color: 2563680.

HSL color Cylindrical-coordinate representation of color #601E27: hue angle of 351.82º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #601E27 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB963039-
CMYK00.690.590.62
HSL351.82º52.38%24.71%-
HSV(B)351.82º68.75%37.65%-
XYZ5.653.562.31-
YUV50.76121.37160.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 58.18%
GREEN value IS 30 (12.11% from 255) = 18.18%
BLUE value IS 39 (15.62% from 255) = 23.64%
R=58.18%
G=18.18%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96303900.690.590.62351.8252.3824.71
Hex601E270453B3E1603419
Octal1403647010573765406431
Binary1100000111101001110100010111101111111010110000011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,30,39); }

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

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

 a { background-color: rgb(96,30,39); }

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

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

 span { border-color: rgb(96,30,39); }

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