#6B2D2F

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

Shades of Red Devil #6B2D2F

Tints of Red Devil #6B2D2F

Color information

#6B2D2F (or 0x6B2D2F) is unknown color: approx Red Devil. HEX triplet: 6B, 2D and 2F. RGB value is (107,45,47). Sum of RGB (Red+Green+Blue) = 107+45+47=199 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.77% from 199); Green value is 45 (17.97% from 255 or 22.61% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2D2F is #94D2D0. Grayscale: #3F3F3F. Windows color (decimal): -9753297 or 3091819. OLE color: 3091819.

HSL color Cylindrical-coordinate representation of color #6B2D2F: hue angle of 358.06º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B2D2F is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.58.

Color convert

RGB1074547-
CMYK00.580.560.58
HSL358.06º40.79%29.8%-
HSV(B)358.06º57.94%41.96%-
XYZ7.515.213.3-
YUV63.77118.54158.84-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 53.77%
GREEN value IS 45 (17.97% from 255) = 22.61%
BLUE value IS 47 (18.75% from 255) = 23.62%
R=53.77%
G=22.61%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107454700.580.560.58358.0640.7929.8
Hex6B2D2F03A383A166291e
Octal153555707270725465136
Binary1101011101101101111011101011100011101010110011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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