Html Css Color HEX #6D0A22 Burgundy

📋 copy color: '#6D0A22'

red 109 ◦ green 10 ◦ blue 34

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

Shades of Burgundy #6D0A22

Tints of Burgundy #6D0A22

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.54%

 BLUE value IS 34 (13.67% from 255) = 22.22%

R = 71.24%
G = 6.54%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.57

RGB Variations

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

Color information

#6D0A22 (or 0x6D0A22) is known color: Burgundy. HEX triplet: 6D, 0A and 22. RGB value is (109,10,34). Sum of RGB (Red+Green+Blue) = 109+10+34=153 (20% of max value = 765). Red value is 109 (42.97% from 255 or 71.24% from 153); Green value is 10 (4.30% from 255 or 6.54% from 153); Blue value is 34 (13.67% from 255 or 22.22% from 153); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0A22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0A22 is #92F5DD. Grayscale: #2A2A2A. Windows color (decimal): -9631198 or 2230893. OLE color: 2230893.

HSL color Cylindrical-coordinate representation of color #6D0A22: hue angle of 345.45º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6D0A22 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 10 34 -
CMYK 0 0.91 0.69 0.57
HSL 345.45º 0.83% 0.23% -
HSV(B) 345.45º 0.91% 0.43% -
XYZ 6.7 3.58 1.85 -
YUV 42.34 123.3 175.55 -
System Red Green Blue C M Y K H S L
Decimal 109 10 34 0 0.91 0.69 0.57 345.45 0.83 0.23
Hex 6D A 22 0 5B 45 39 159 53 17
Octal 155 12 42 0 133 105 71 531 123 27
Binary 1101101 1010 100010 0 1011011 1000101 111001 101011001 1010011 10111

Color Harmonies of #6D0A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0A22

Black with #6D0A22

Text Example


Text Example

White with #6D0A22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,10,34); }

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

background-color css

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

 a { background-color: rgb(109,10,34); }

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

border-color css

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

 span { border-color: rgb(109,10,34); }

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