Html Css Color HEX #6D0615 Burgundy

📋 copy color: '#6D0615'

red 109 ◦ green 6 ◦ blue 21

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

Shades of Burgundy #6D0615

Tints of Burgundy #6D0615

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.41%

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

R = 80.15%
G = 4.41%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.57

RGB Variations

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

Color information

#6D0615 (or 0x6D0615) is known color: Burgundy. HEX triplet: 6D, 06 and 15. RGB value is (109,6,21). Sum of RGB (Red+Green+Blue) = 109+6+21=136 (18% of max value = 765). Red value is 109 (42.97% from 255 or 80.15% from 136); Green value is 6 (2.73% from 255 or 4.41% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0615 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0615 is #92F9EA. Grayscale: #262626. Windows color (decimal): -9632235 or 1377901. OLE color: 1377901.

HSL color Cylindrical-coordinate representation of color #6D0615: hue angle of 351.26º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D0615 is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 6 21 -
CMYK 0 0.94 0.81 0.57
HSL 351.26º 0.9% 0.23% -
HSV(B) 351.26º 0.94% 0.43% -
XYZ 6.51 3.44 1.03 -
YUV 38.51 118.12 178.28 -
System Red Green Blue C M Y K H S L
Decimal 109 6 21 0 0.94 0.81 0.57 351.26 0.9 0.23
Hex 6D 6 15 0 5E 51 39 15F 5A 17
Octal 155 6 25 0 136 121 71 537 132 27
Binary 1101101 110 10101 0 1011110 1010001 111001 101011111 1011010 10111

Color Harmonies of #6D0615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0615

Black with #6D0615

Text Example


Text Example

White with #6D0615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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