#601828

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

Shades of Pohutukawa #601828

Tints of Pohutukawa #601828

Color information

#601828 (or 0x601828) is unknown color: approx Pohutukawa. HEX triplet: 60, 18 and 28. RGB value is (96,24,40). Sum of RGB (Red+Green+Blue) = 96+24+40=160 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60% from 160); Green value is 24 (9.77% from 255 or 15% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 96 - color contains mainly: red. Hex color #601828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601828 is #9FE7D7. Grayscale: #2F2F2F. Windows color (decimal): -10479576 or 2627680. OLE color: 2627680.

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

Color convert

RGB962440-
CMYK00.750.580.62
HSL346.67º60%23.53%-
HSV(B)346.67º75%37.65%-
XYZ5.533.292.35-
YUV47.35123.85162.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 60%
GREEN value IS 24 (9.77% from 255) = 15%
BLUE value IS 40 (16.02% from 255) = 25%
R=60%
G=15%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96244000.750.580.62346.676023.53
Hex60182804B3A3E15b3c18
Octal1403050011372765337430
Binary1100000110001010000100101111101011111010101101111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601828; }

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

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

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

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

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

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

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

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