#6B2B2D

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

Shades of Red Devil #6B2B2D

Tints of Red Devil #6B2B2D

Color information

#6B2B2D (or 0x6B2B2D) is unknown color: approx Red Devil. HEX triplet: 6B, 2B and 2D. RGB value is (107,43,45). Sum of RGB (Red+Green+Blue) = 107+43+45=195 (25% of max value = 765). Red value is 107 (42.19% from 255 or 54.87% from 195); Green value is 43 (17.19% from 255 or 22.05% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2B2D is #94D4D2. Grayscale: #3E3E3E. Windows color (decimal): -9753811 or 2960235. OLE color: 2960235.

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

Color convert

RGB1074345-
CMYK00.600.580.58
HSL358.12º42.67%29.41%-
HSV(B)358.12º59.81%41.96%-
XYZ7.45.043.07-
YUV62.36118.2159.84-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 54.87%
GREEN value IS 43 (17.19% from 255) = 22.05%
BLUE value IS 45 (17.97% from 255) = 23.08%
R=54.87%
G=22.05%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107434500.600.580.58358.1242.6729.41
Hex6B2B2D03C3A3A1662b1d
Octal153535507472725465335
Binary1101011101011101101011110011101011101010110011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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