Html Css Color HEX #6D001F Burgundy

📋 copy color: '#6D001F'

red 109 ◦ green 0 ◦ blue 31

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

Shades of Burgundy #6D001F

Tints of Burgundy #6D001F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 31 (12.5% from 255) = 22.14%

R = 77.86%
G = 0%
B = 22.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#6D001F (or 0x6D001F) is known color: Burgundy. HEX triplet: 6D, 00 and 1F. RGB value is (109,0,31). Sum of RGB (Red+Green+Blue) = 109+0+31=140 (18% of max value = 765). Red value is 109 (42.97% from 255 or 77.86% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 31 (12.5% from 255 or 22.14% from 140); Max value from RGB is 109 - color contains mainly: red. Hex color #6D001F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D001F is #92FFE0. Grayscale: #242424. Windows color (decimal): -9633761 or 2031725. OLE color: 2031725.

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

Color convert

RGB 109 0 31 -
CMYK 0 1 0.72 0.57
HSL 342.94º 1% 0.21% -
HSV(B) 342.94º 1% 0.43% -
XYZ 6.55 3.35 1.6 -
YUV 36.13 125.11 179.98 -
System Red Green Blue C M Y K H S L
Decimal 109 0 31 0 1 0.72 0.57 342.94 1 0.21
Hex 6D 0 1F 0 64 48 39 157 64 15
Octal 155 0 37 0 144 110 71 527 144 25
Binary 1101101 0 11111 0 1100100 1001000 111001 101010111 1100100 10101

Color Harmonies of #6D001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D001F

Black with #6D001F

Text Example


Text Example

White with #6D001F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,0,31); }

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

background-color css

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

 a { background-color: rgb(109,0,31); }

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

border-color css

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

 span { border-color: rgb(109,0,31); }

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