Html Css Color HEX #6D292A Red Devil

📋 copy color: '#6D292A'

red 109 ◦ green 41 ◦ blue 42

#6D292A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Devil #6D292A

Tints of Red Devil #6D292A

RGB

 RED value IS 109 (42.97% from 255) = 56.77%

 GREEN value IS 41 (16.41% from 255) = 21.35%

 BLUE value IS 42 (16.8% from 255) = 21.88%

R = 56.77%
G = 21.35%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.61

 K value IS 0.57

RGB Variations

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

Color information

#6D292A (or 0x6D292A) is known color: Red Devil. HEX triplet: 6D, 29 and 2A. RGB value is (109,41,42). Sum of RGB (Red+Green+Blue) = 109+41+42=192 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.77% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 109 - color contains mainly: red. Hex color #6D292A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D292A is #92D6D5. Grayscale: #3D3D3D. Windows color (decimal): -9623254 or 2763117. OLE color: 2763117.

HSL color Cylindrical-coordinate representation of color #6D292A: hue angle of 359.12º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D292A is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 41 42 -
CMYK 0 0.62 0.61 0.57
HSL 359.12º 0.45% 0.29% -
HSV(B) 359.12º 0.62% 0.43% -
XYZ 7.52 5 2.76 -
YUV 61.45 117.03 161.92 -
System Red Green Blue C M Y K H S L
Decimal 109 41 42 0 0.62 0.61 0.57 359.12 0.45 0.29
Hex 6D 29 2A 0 3E 3D 39 167 2D 1D
Octal 155 51 52 0 76 75 71 547 55 35
Binary 1101101 101001 101010 0 111110 111101 111001 101100111 101101 11101

Color Harmonies of #6D292A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D292A

Black with #6D292A

Text Example


Text Example

White with #6D292A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D292A;
 }
 .AnyTagClassName
 {
   color: #6D292A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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