#602628

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

Shades of Red Devil #602628

Tints of Red Devil #602628

Color information

#602628 (or 0x602628) is unknown color: approx Red Devil. HEX triplet: 60, 26 and 28. RGB value is (96,38,40). Sum of RGB (Red+Green+Blue) = 96+38+40=174 (23% of max value = 765). Red value is 96 (37.89% from 255 or 55.17% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 96 - color contains mainly: red. Hex color #602628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602628 is #9FD9D7. Grayscale: #373737. Windows color (decimal): -10475992 or 2631264. OLE color: 2631264.

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

Color convert

RGB963840-
CMYK00.600.580.62
HSL357.93º43.28%26.27%-
HSV(B)357.93º60.42%37.65%-
XYZ5.94.032.47-
YUV55.57119.22156.84-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.17%
GREEN value IS 38 (15.23% from 255) = 21.84%
BLUE value IS 40 (16.02% from 255) = 22.99%
R=55.17%
G=21.84%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96384000.600.580.62357.9343.2826.27
Hex60262803C3A3E1662b1a
Octal140465007472765465332
Binary1100000100110101000011110011101011111010110011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602628; }

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

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

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

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

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

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

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

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