#6C292B

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

Shades of Red Devil #6C292B

Tints of Red Devil #6C292B

Color information

#6C292B (or 0x6C292B) is unknown color: approx Red Devil. HEX triplet: 6C, 29 and 2B. RGB value is (108,41,43). Sum of RGB (Red+Green+Blue) = 108+41+43=192 (25% of max value = 765). Red value is 108 (42.58% from 255 or 56.25% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 108 - color contains mainly: red. Hex color #6C292B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C292B is #93D6D4. Grayscale: #3D3D3D. Windows color (decimal): -9688789 or 2828652. OLE color: 2828652.

HSL color Cylindrical-coordinate representation of color #6C292B: hue angle of 358.21º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6C292B is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.58.

Color convert

RGB1084143-
CMYK00.620.600.58
HSL358.21º44.97%29.22%-
HSV(B)358.21º62.04%42.35%-
XYZ7.414.952.85-
YUV61.26117.7161.34-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 56.25%
GREEN value IS 41 (16.41% from 255) = 21.35%
BLUE value IS 43 (17.19% from 255) = 22.40%
R=56.25%
G=21.35%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108414300.620.600.58358.2144.9729.22
Hex6C292B03E3C3A1662d1d
Octal154515307674725465535
Binary1101100101001101011011111011110011101010110011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C292B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C292B; }

 p { color: rgb(108,41,43); }

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

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

 a { background-color: rgb(108,41,43); }

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

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

 span { border-color: rgb(108,41,43); }

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