#602528

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

Shades of Red Devil #602528

Tints of Red Devil #602528

Color information

#602528 (or 0x602528) is unknown color: approx Red Devil. HEX triplet: 60, 25 and 28. RGB value is (96,37,40). Sum of RGB (Red+Green+Blue) = 96+37+40=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 40 (16.02% from 255 or 23.12% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #602528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602528 is #9FDAD7. Grayscale: #373737. Windows color (decimal): -10476248 or 2631008. OLE color: 2631008.

HSL color Cylindrical-coordinate representation of color #602528: hue angle of 356.95º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #602528 is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB963740-
CMYK00.610.580.62
HSL356.95º44.36%26.08%-
HSV(B)356.95º61.46%37.65%-
XYZ5.873.962.46-
YUV54.98119.55157.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.49%
GREEN value IS 37 (14.84% from 255) = 21.39%
BLUE value IS 40 (16.02% from 255) = 23.12%
R=55.49%
G=21.39%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96374000.610.580.62356.9544.3626.08
Hex60252803D3A3E1652c1a
Octal140455007572765455432
Binary1100000100101101000011110111101011111010110010110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602528; }

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

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

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

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

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

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

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

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