#602829

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

Shades of Red Devil #602829

Tints of Red Devil #602829

Color information

#602829 (or 0x602829) is unknown color: approx Red Devil. HEX triplet: 60, 28 and 29. RGB value is (96,40,41). Sum of RGB (Red+Green+Blue) = 96+40+41=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 41 (16.41% from 255 or 23.16% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #602829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602829 is #9FD7D6. Grayscale: #383838. Windows color (decimal): -10475479 or 2697312. OLE color: 2697312.

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

Color convert

RGB964041-
CMYK00.580.570.62
HSL358.93º41.18%26.67%-
HSV(B)358.93º58.33%37.65%-
XYZ5.984.162.59-
YUV56.86119.05155.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.24%
GREEN value IS 40 (16.02% from 255) = 22.60%
BLUE value IS 41 (16.41% from 255) = 23.16%
R=54.24%
G=22.60%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96404100.580.570.62358.9341.1826.67
Hex60282903A393E167291b
Octal140505107271765475133
Binary1100000101000101001011101011100111111010110011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602829; }

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

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

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

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

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

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

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

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