#6D2D2F

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

Shades of Red Devil #6D2D2F

Tints of Red Devil #6D2D2F

Color information

#6D2D2F (or 0x6D2D2F) is unknown color: approx Red Devil. HEX triplet: 6D, 2D and 2F. RGB value is (109,45,47). Sum of RGB (Red+Green+Blue) = 109+45+47=201 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.23% from 201); Green value is 45 (17.97% from 255 or 22.39% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2D2F is #92D2D0. Grayscale: #404040. Windows color (decimal): -9622225 or 3091821. OLE color: 3091821.

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

Color convert

RGB1094547-
CMYK00.590.570.57
HSL358.12º41.56%30.2%-
HSV(B)358.12º58.72%42.75%-
XYZ7.765.333.31-
YUV64.36118.2159.84-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 54.23%
GREEN value IS 45 (17.97% from 255) = 22.39%
BLUE value IS 47 (18.75% from 255) = 23.38%
R=54.23%
G=22.39%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.57
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109454700.590.570.57358.1241.5630.2
Hex6D2D2F03B39391662a1e
Octal155555707371715465236
Binary1101101101101101111011101111100111100110110011010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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