Html Css Color HEX #6D0319 Burgundy

📋 copy color: '#6D0319'

red 109 ◦ green 3 ◦ blue 25

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

Shades of Burgundy #6D0319

Tints of Burgundy #6D0319

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.19%

 BLUE value IS 25 (10.16% from 255) = 18.25%

R = 79.56%
G = 2.19%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.57

RGB Variations

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

Color information

#6D0319 (or 0x6D0319) is known color: Burgundy. HEX triplet: 6D, 03 and 19. RGB value is (109,3,25). Sum of RGB (Red+Green+Blue) = 109+3+25=137 (18% of max value = 765). Red value is 109 (42.97% from 255 or 79.56% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 25 (10.16% from 255 or 18.25% from 137); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0319 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0319 is #92FCE6. Grayscale: #252525. Windows color (decimal): -9632999 or 1639277. OLE color: 1639277.

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

Color convert

RGB 109 3 25 -
CMYK 0 0.97 0.77 0.57
HSL 347.55º 0.95% 0.22% -
HSV(B) 347.55º 0.97% 0.43% -
XYZ 6.51 3.39 1.23 -
YUV 37.2 121.12 179.21 -
System Red Green Blue C M Y K H S L
Decimal 109 3 25 0 0.97 0.77 0.57 347.55 0.95 0.22
Hex 6D 3 19 0 61 4D 39 15C 5F 16
Octal 155 3 31 0 141 115 71 534 137 26
Binary 1101101 11 11001 0 1100001 1001101 111001 101011100 1011111 10110

Color Harmonies of #6D0319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0319

Black with #6D0319

Text Example


Text Example

White with #6D0319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,3,25); }

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

background-color css

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

 a { background-color: rgb(109,3,25); }

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

border-color css

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

 span { border-color: rgb(109,3,25); }

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