Html Css Color HEX #6D010F Burgundy

📋 copy color: '#6D010F'

red 109 ◦ green 1 ◦ blue 15

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

Shades of Burgundy #6D010F

Tints of Burgundy #6D010F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 12%

R = 87.2%
G = 0.8%
B = 12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.57

RGB Variations

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

Color information

#6D010F (or 0x6D010F) is known color: Burgundy. HEX triplet: 6D, 01 and 0F. RGB value is (109,1,15). Sum of RGB (Red+Green+Blue) = 109+1+15=125 (16% of max value = 765). Red value is 109 (42.97% from 255 or 87.2% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 15 (6.25% from 255 or 12% from 125); Max value from RGB is 109 - color contains mainly: red. Hex color #6D010F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D010F is #92FEF0. Grayscale: #222222. Windows color (decimal): -9633521 or 983405. OLE color: 983405.

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

Color convert

RGB 109 1 15 -
CMYK 0 0.99 0.86 0.57
HSL 352.22º 0.98% 0.22% -
HSV(B) 352.22º 0.99% 0.43% -
XYZ 6.4 3.31 0.75 -
YUV 34.89 116.78 180.86 -
System Red Green Blue C M Y K H S L
Decimal 109 1 15 0 0.99 0.86 0.57 352.22 0.98 0.22
Hex 6D 1 F 0 63 56 39 160 62 16
Octal 155 1 17 0 143 126 71 540 142 26
Binary 1101101 1 1111 0 1100011 1010110 111001 101100000 1100010 10110

Color Harmonies of #6D010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D010F

Black with #6D010F

Text Example


Text Example

White with #6D010F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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