#601827

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

Shades of Pohutukawa #601827

Tints of Pohutukawa #601827

Color information

#601827 (or 0x601827) is unknown color: approx Pohutukawa. HEX triplet: 60, 18 and 27. RGB value is (96,24,39). Sum of RGB (Red+Green+Blue) = 96+24+39=159 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60.38% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 39 (15.62% from 255 or 24.53% from 159); Max value from RGB is 96 - color contains mainly: red. Hex color #601827 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601827 is #9FE7D8. Grayscale: #2F2F2F. Windows color (decimal): -10479577 or 2562144. OLE color: 2562144.

HSL color Cylindrical-coordinate representation of color #601827: hue angle of 347.5º 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 #601827 is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB962439-
CMYK00.750.590.62
HSL347.5º60%23.53%-
HSV(B)347.5º75%37.65%-
XYZ5.523.292.26-
YUV47.24123.35162.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 60.38%
GREEN value IS 24 (9.77% from 255) = 15.09%
BLUE value IS 39 (15.62% from 255) = 24.53%
R=60.38%
G=15.09%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96243900.750.590.62347.56023.53
Hex60182704B3B3E15c3c18
Octal1403047011373765347430
Binary1100000110001001110100101111101111111010101110011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601827; }

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

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

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

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

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

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

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

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