Html Css Color HEX #6D0513 Burgundy

📋 copy color: '#6D0513'

red 109 ◦ green 5 ◦ blue 19

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

Shades of Burgundy #6D0513

Tints of Burgundy #6D0513

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.76%

 BLUE value IS 19 (7.81% from 255) = 14.29%

R = 81.95%
G = 3.76%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.83

 K value IS 0.57

RGB Variations

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

Color information

#6D0513 (or 0x6D0513) is known color: Burgundy. HEX triplet: 6D, 05 and 13. RGB value is (109,5,19). Sum of RGB (Red+Green+Blue) = 109+5+19=133 (17% of max value = 765). Red value is 109 (42.97% from 255 or 81.95% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0513 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0513 is #92FAEC. Grayscale: #252525. Windows color (decimal): -9632493 or 1246573. OLE color: 1246573.

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

Color convert

RGB 109 5 19 -
CMYK 0 0.95 0.83 0.57
HSL 351.92º 0.91% 0.22% -
HSV(B) 351.92º 0.95% 0.43% -
XYZ 6.48 3.41 0.93 -
YUV 37.69 117.46 178.86 -
System Red Green Blue C M Y K H S L
Decimal 109 5 19 0 0.95 0.83 0.57 351.92 0.91 0.22
Hex 6D 5 13 0 5F 53 39 160 5B 16
Octal 155 5 23 0 137 123 71 540 133 26
Binary 1101101 101 10011 0 1011111 1010011 111001 101100000 1011011 10110

Color Harmonies of #6D0513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0513

Black with #6D0513

Text Example


Text Example

White with #6D0513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,5,19); }

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

background-color css

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

 a { background-color: rgb(109,5,19); }

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

border-color css

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

 span { border-color: rgb(109,5,19); }

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