Html Css Color HEX #6D001B Burgundy

📋 copy color: '#6D001B'

red 109 ◦ green 0 ◦ blue 27

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

Shades of Burgundy #6D001B

Tints of Burgundy #6D001B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 19.85%

R = 80.15%
G = 0%
B = 19.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.57

RGB Variations

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

Color information

#6D001B (or 0x6D001B) is known color: Burgundy. HEX triplet: 6D, 00 and 1B. RGB value is (109,0,27). Sum of RGB (Red+Green+Blue) = 109+0+27=136 (18% of max value = 765). Red value is 109 (42.97% from 255 or 80.15% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 109 - color contains mainly: red. Hex color #6D001B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D001B is #92FFE4. Grayscale: #232323. Windows color (decimal): -9633765 or 1769581. OLE color: 1769581.

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

Color convert

RGB 109 0 27 -
CMYK 0 1 0.75 0.57
HSL 345.14º 1% 0.21% -
HSV(B) 345.14º 1% 0.43% -
XYZ 6.5 3.33 1.34 -
YUV 35.67 123.11 180.3 -
System Red Green Blue C M Y K H S L
Decimal 109 0 27 0 1 0.75 0.57 345.14 1 0.21
Hex 6D 0 1B 0 64 4B 39 159 64 15
Octal 155 0 33 0 144 113 71 531 144 25
Binary 1101101 0 11011 0 1100100 1001011 111001 101011001 1100100 10101

Color Harmonies of #6D001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D001B

Black with #6D001B

Text Example


Text Example

White with #6D001B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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