#6B292A

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

Shades of Red Devil #6B292A

Tints of Red Devil #6B292A

Color information

#6B292A (or 0x6B292A) is unknown color: approx Red Devil. HEX triplet: 6B, 29 and 2A. RGB value is (107,41,42). Sum of RGB (Red+Green+Blue) = 107+41+42=190 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.32% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 42 (16.80% from 255 or 22.11% from 190); Max value from RGB is 107 - color contains mainly: red. Hex color #6B292A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B292A is #94D6D5. Grayscale: #3C3C3C. Windows color (decimal): -9754326 or 2763115. OLE color: 2763115.

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

Color convert

RGB1074142-
CMYK00.620.610.58
HSL359.09º44.59%29.02%-
HSV(B)359.09º61.68%41.96%-
XYZ7.274.882.75-
YUV60.85117.37160.92-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 56.32%
GREEN value IS 41 (16.41% from 255) = 21.58%
BLUE value IS 42 (16.80% from 255) = 22.11%
R=56.32%
G=21.58%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107414200.620.610.58359.0944.5929.02
Hex6B292A03E3D3A1672d1d
Octal153515207675725475535
Binary1101011101001101010011111011110111101010110011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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