Html Css Color HEX #6D010E Burgundy

📋 copy color: '#6D010E'

red 109 ◦ green 1 ◦ blue 14

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

Shades of Burgundy #6D010E

Tints of Burgundy #6D010E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.81%

 BLUE value IS 14 (5.86% from 255) = 11.29%

R = 87.9%
G = 0.81%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.57

RGB Variations

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

Color information

#6D010E (or 0x6D010E) is known color: Burgundy. HEX triplet: 6D, 01 and 0E. RGB value is (109,1,14). Sum of RGB (Red+Green+Blue) = 109+1+14=124 (16% of max value = 765). Red value is 109 (42.97% from 255 or 87.90% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 14 (5.86% from 255 or 11.29% from 124); Max value from RGB is 109 - color contains mainly: red. Hex color #6D010E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D010E is #92FEF1. Grayscale: #222222. Windows color (decimal): -9633522 or 917869. OLE color: 917869.

HSL color Cylindrical-coordinate representation of color #6D010E: hue angle of 352.78º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D010E is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 1 14 -
CMYK 0 0.99 0.87 0.57
HSL 352.78º 0.98% 0.22% -
HSV(B) 352.78º 0.99% 0.43% -
XYZ 6.4 3.3 0.72 -
YUV 34.77 116.28 180.94 -
System Red Green Blue C M Y K H S L
Decimal 109 1 14 0 0.99 0.87 0.57 352.78 0.98 0.22
Hex 6D 1 E 0 63 57 39 161 62 16
Octal 155 1 16 0 143 127 71 541 142 26
Binary 1101101 1 1110 0 1100011 1010111 111001 101100001 1100010 10110

Color Harmonies of #6D010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D010E

Black with #6D010E

Text Example


Text Example

White with #6D010E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,1,14); }

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

background-color css

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

 a { background-color: rgb(109,1,14); }

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

border-color css

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

 span { border-color: rgb(109,1,14); }

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