Html Css Color HEX #6D0008 Burgundy

📋 copy color: '#6D0008'

red 109 ◦ green 0 ◦ blue 8

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

Shades of Burgundy #6D0008

Tints of Burgundy #6D0008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.84%

R = 93.16%
G = 0%
B = 6.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.57

RGB Variations

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

Color information

#6D0008 (or 0x6D0008) is known color: Burgundy. HEX triplet: 6D, 00 and 08. RGB value is (109,0,8). Sum of RGB (Red+Green+Blue) = 109+0+8=117 (15% of max value = 765). Red value is 109 (42.97% from 255 or 93.16% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 8 (3.52% from 255 or 6.84% from 117); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0008 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0008 is #92FFF7. Grayscale: #212121. Windows color (decimal): -9633784 or 524397. OLE color: 524397.

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

Color convert

RGB 109 0 8 -
CMYK 0 1 0.93 0.57
HSL 355.6º 1% 0.21% -
HSV(B) 355.6º 1% 0.43% -
XYZ 6.35 3.27 0.53 -
YUV 33.5 113.61 181.85 -
System Red Green Blue C M Y K H S L
Decimal 109 0 8 0 1 0.93 0.57 355.6 1 0.21
Hex 6D 0 8 0 64 5D 39 164 64 15
Octal 155 0 10 0 144 135 71 544 144 25
Binary 1101101 0 1000 0 1100100 1011101 111001 101100100 1100100 10101

Color Harmonies of #6D0008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0008

Black with #6D0008

Text Example


Text Example

White with #6D0008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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