#6D292A

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

Shades of Red Devil #6D292A

Tints of Red Devil #6D292A

Color information

#6D292A (or 0x6D292A) is unknown color: approx Red Devil. HEX triplet: 6D, 29 and 2A. RGB value is (109,41,42). Sum of RGB (Red+Green+Blue) = 109+41+42=192 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.77% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 109 - color contains mainly: red. Hex color #6D292A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D292A is #92D6D5. Grayscale: #3D3D3D. Windows color (decimal): -9623254 or 2763117. OLE color: 2763117.

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

Color convert

RGB1094142-
CMYK00.620.610.57
HSL359.12º45.33%29.41%-
HSV(B)359.12º62.39%42.75%-
XYZ7.5252.76-
YUV61.45117.03161.92-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 56.77%
GREEN value IS 41 (16.41% from 255) = 21.35%
BLUE value IS 42 (16.80% from 255) = 21.88%
R=56.77%
G=21.35%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109414200.620.610.57359.1245.3329.41
Hex6D292A03E3D391672d1d
Octal155515207675715475535
Binary1101101101001101010011111011110111100110110011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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