Html Css Color HEX #6D001C Burgundy

📋 copy color: '#6D001C'

red 109 ◦ green 0 ◦ blue 28

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

Shades of Burgundy #6D001C

Tints of Burgundy #6D001C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 20.44%

R = 79.56%
G = 0%
B = 20.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.57

RGB Variations

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

Color information

#6D001C (or 0x6D001C) is known color: Burgundy. HEX triplet: 6D, 00 and 1C. RGB value is (109,0,28). Sum of RGB (Red+Green+Blue) = 109+0+28=137 (18% of max value = 765). Red value is 109 (42.97% from 255 or 79.56% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 28 (11.33% from 255 or 20.44% from 137); Max value from RGB is 109 - color contains mainly: red. Hex color #6D001C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D001C is #92FFE3. Grayscale: #232323. Windows color (decimal): -9633764 or 1835117. OLE color: 1835117.

HSL color Cylindrical-coordinate representation of color #6D001C: hue angle of 344.59º 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 #6D001C is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 0 28 -
CMYK 0 1 0.74 0.57
HSL 344.59º 1% 0.21% -
HSV(B) 344.59º 1% 0.43% -
XYZ 6.52 3.34 1.4 -
YUV 35.78 123.61 180.22 -
System Red Green Blue C M Y K H S L
Decimal 109 0 28 0 1 0.74 0.57 344.59 1 0.21
Hex 6D 0 1C 0 64 4A 39 159 64 15
Octal 155 0 34 0 144 112 71 531 144 25
Binary 1101101 0 11100 0 1100100 1001010 111001 101011001 1100100 10101

Color Harmonies of #6D001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D001C

Black with #6D001C

Text Example


Text Example

White with #6D001C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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