Html Css Color HEX #6D0015 Burgundy

📋 copy color: '#6D0015'

red 109 ◦ green 0 ◦ blue 21

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

Shades of Burgundy #6D0015

Tints of Burgundy #6D0015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 16.15%

R = 83.85%
G = 0%
B = 16.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.57

RGB Variations

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

Color information

#6D0015 (or 0x6D0015) is known color: Burgundy. HEX triplet: 6D, 00 and 15. RGB value is (109,0,21). Sum of RGB (Red+Green+Blue) = 109+0+21=130 (17% of max value = 765). Red value is 109 (42.97% from 255 or 83.85% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0015 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0015 is #92FFEA. Grayscale: #232323. Windows color (decimal): -9633771 or 1376365. OLE color: 1376365.

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

Color convert

RGB 109 0 21 -
CMYK 0 1 0.81 0.57
HSL 348.44º 1% 0.21% -
HSV(B) 348.44º 1% 0.43% -
XYZ 6.44 3.31 1.01 -
YUV 34.99 120.11 180.79 -
System Red Green Blue C M Y K H S L
Decimal 109 0 21 0 1 0.81 0.57 348.44 1 0.21
Hex 6D 0 15 0 64 51 39 15C 64 15
Octal 155 0 25 0 144 121 71 534 144 25
Binary 1101101 0 10101 0 1100100 1010001 111001 101011100 1100100 10101

Color Harmonies of #6D0015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0015

Black with #6D0015

Text Example


Text Example

White with #6D0015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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