Html Css Color HEX #602829 Red Devil

📋 copy color: '#602829'

red 96 ◦ green 40 ◦ blue 41

#602829
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Devil #602829

Tints of Red Devil #602829

RGB

 RED value IS 96 (37.89% from 255) = 54.24%

 GREEN value IS 40 (16.02% from 255) = 22.6%

 BLUE value IS 41 (16.41% from 255) = 23.16%

R = 54.24%
G = 22.6%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#602829 (or 0x602829) is known color: 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

RGB 96 40 41 -
CMYK 0 0.58 0.57 0.62
HSL 358.93º 0.41% 0.27% -
HSV(B) 358.93º 0.58% 0.38% -
XYZ 5.98 4.16 2.59 -
YUV 56.86 119.05 155.92 -
System Red Green Blue C M Y K H S L
Decimal 96 40 41 0 0.58 0.57 0.62 358.93 0.41 0.27
Hex 60 28 29 0 3A 39 3E 167 29 1B
Octal 140 50 51 0 72 71 76 547 51 33
Binary 1100000 101000 101001 0 111010 111001 111110 101100111 101001 11011

Color Harmonies of #602829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602829

Black with #602829

Text Example


Text Example

White with #602829

Text Example


Text Example

HTML Codes & Css Web 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>