#602729

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

Shades of Red Devil #602729

Tints of Red Devil #602729

Color information

#602729 (or 0x602729) is unknown color: approx Red Devil. HEX triplet: 60, 27 and 29. RGB value is (96,39,41). Sum of RGB (Red+Green+Blue) = 96+39+41=176 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.55% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 41 (16.41% from 255 or 23.30% from 176); Max value from RGB is 96 - color contains mainly: red. Hex color #602729 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602729 is #9FD8D6. Grayscale: #383838. Windows color (decimal): -10475735 or 2697056. OLE color: 2697056.

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

Color convert

RGB963941-
CMYK00.590.570.62
HSL357.89º42.22%26.47%-
HSV(B)357.89º59.38%37.65%-
XYZ5.954.12.58-
YUV56.27119.38156.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.55%
GREEN value IS 39 (15.62% from 255) = 22.16%
BLUE value IS 41 (16.41% from 255) = 23.30%
R=54.55%
G=22.16%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96394100.590.570.62357.8942.2226.47
Hex60272903B393E1662a1a
Octal140475107371765465232
Binary1100000100111101001011101111100111111010110011010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602729; }

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

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

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

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

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

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

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

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