#602728

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

Shades of Red Devil #602728

Tints of Red Devil #602728

Color information

#602728 (or 0x602728) is unknown color: approx Red Devil. HEX triplet: 60, 27 and 28. RGB value is (96,39,40). Sum of RGB (Red+Green+Blue) = 96+39+40=175 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.86% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 96 - color contains mainly: red. Hex color #602728 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602728 is #9FD8D7. Grayscale: #383838. Windows color (decimal): -10475736 or 2631520. OLE color: 2631520.

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

Color convert

RGB963940-
CMYK00.590.580.62
HSL358.95º42.22%26.47%-
HSV(B)358.95º59.38%37.65%-
XYZ5.934.092.48-
YUV56.16118.88156.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.86%
GREEN value IS 39 (15.62% from 255) = 22.29%
BLUE value IS 40 (16.02% from 255) = 22.86%
R=54.86%
G=22.29%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96394000.590.580.62358.9542.2226.47
Hex60272803B3A3E1672a1a
Octal140475007372765475232
Binary1100000100111101000011101111101011111010110011110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602728; }

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

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

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

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

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

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

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

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