#6B292B

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

Shades of Red Devil #6B292B

Tints of Red Devil #6B292B

Color information

#6B292B (or 0x6B292B) is unknown color: approx Red Devil. HEX triplet: 6B, 29 and 2B. RGB value is (107,41,43). Sum of RGB (Red+Green+Blue) = 107+41+43=191 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.02% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 107 - color contains mainly: red. Hex color #6B292B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B292B is #94D6D4. Grayscale: #3D3D3D. Windows color (decimal): -9754325 or 2828651. OLE color: 2828651.

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

Color convert

RGB1074143-
CMYK00.620.600.58
HSL358.18º44.59%29.02%-
HSV(B)358.18º61.68%41.96%-
XYZ7.294.892.84-
YUV60.96117.87160.84-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 56.02%
GREEN value IS 41 (16.41% from 255) = 21.47%
BLUE value IS 43 (17.19% from 255) = 22.51%
R=56.02%
G=21.47%
B=22.51%

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
Decimal107414300.620.600.58358.1844.5929.02
Hex6B292B03E3C3A1662d1d
Octal153515307674725465535
Binary1101011101001101011011111011110011101010110011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B292B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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