Html Css Color HEX #6D000D Burgundy

📋 copy color: '#6D000D'

red 109 ◦ green 0 ◦ blue 13

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

Shades of Burgundy #6D000D

Tints of Burgundy #6D000D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.66%

R = 89.34%
G = 0%
B = 10.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.57

RGB Variations

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

Color information

#6D000D (or 0x6D000D) is known color: Burgundy. HEX triplet: 6D, 00 and 0D. RGB value is (109,0,13). Sum of RGB (Red+Green+Blue) = 109+0+13=122 (16% of max value = 765). Red value is 109 (42.97% from 255 or 89.34% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 13 (5.47% from 255 or 10.66% from 122); Max value from RGB is 109 - color contains mainly: red. Hex color #6D000D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D000D is #92FFF2. Grayscale: #222222. Windows color (decimal): -9633779 or 852077. OLE color: 852077.

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

Color convert

RGB 109 0 13 -
CMYK 0 1 0.88 0.57
HSL 352.84º 1% 0.21% -
HSV(B) 352.84º 1% 0.43% -
XYZ 6.38 3.28 0.68 -
YUV 34.07 116.11 181.44 -
System Red Green Blue C M Y K H S L
Decimal 109 0 13 0 1 0.88 0.57 352.84 1 0.21
Hex 6D 0 D 0 64 58 39 161 64 15
Octal 155 0 15 0 144 130 71 541 144 25
Binary 1101101 0 1101 0 1100100 1011000 111001 101100001 1100100 10101

Color Harmonies of #6D000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D000D

Black with #6D000D

Text Example


Text Example

White with #6D000D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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