#60292A

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

Shades of Red Devil #60292A

Tints of Red Devil #60292A

Color information

#60292A (or 0x60292A) is unknown color: approx Red Devil. HEX triplet: 60, 29 and 2A. RGB value is (96,41,42). Sum of RGB (Red+Green+Blue) = 96+41+42=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 41 (16.41% from 255 or 22.91% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #60292A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60292A is #9FD6D5. Grayscale: #393939. Windows color (decimal): -10475222 or 2763104. OLE color: 2763104.

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

Color convert

RGB964142-
CMYK00.570.560.62
HSL358.91º40.15%26.86%-
HSV(B)358.91º57.29%37.65%-
XYZ6.034.242.69-
YUV57.56119.22155.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.63%
GREEN value IS 41 (16.41% from 255) = 22.91%
BLUE value IS 42 (16.80% from 255) = 23.46%
R=53.63%
G=22.91%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96414200.570.560.62358.9140.1526.86
Hex60292A039383E167281b
Octal140515207170765475033
Binary1100000101001101010011100111100011111010110011110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60292A; }

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

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

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

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

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

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

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

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