Html Css Color HEX #6D0312 Burgundy

📋 copy color: '#6D0312'

red 109 ◦ green 3 ◦ blue 18

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

Shades of Burgundy #6D0312

Tints of Burgundy #6D0312

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.31%

 BLUE value IS 18 (7.42% from 255) = 13.85%

R = 83.85%
G = 2.31%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.57

RGB Variations

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

Color information

#6D0312 (or 0x6D0312) is known color: Burgundy. HEX triplet: 6D, 03 and 12. RGB value is (109,3,18). Sum of RGB (Red+Green+Blue) = 109+3+18=130 (17% of max value = 765). Red value is 109 (42.97% from 255 or 83.85% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0312 is #92FCED. Grayscale: #242424. Windows color (decimal): -9633006 or 1180525. OLE color: 1180525.

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

Color convert

RGB 109 3 18 -
CMYK 0 0.97 0.83 0.57
HSL 351.51º 0.95% 0.22% -
HSV(B) 351.51º 0.97% 0.43% -
XYZ 6.45 3.36 0.88 -
YUV 36.4 117.62 179.78 -
System Red Green Blue C M Y K H S L
Decimal 109 3 18 0 0.97 0.83 0.57 351.51 0.95 0.22
Hex 6D 3 12 0 61 53 39 160 5F 16
Octal 155 3 22 0 141 123 71 540 137 26
Binary 1101101 11 10010 0 1100001 1010011 111001 101100000 1011111 10110

Color Harmonies of #6D0312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0312

Black with #6D0312

Text Example


Text Example

White with #6D0312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,3,18); }

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

background-color css

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

 a { background-color: rgb(109,3,18); }

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

border-color css

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

 span { border-color: rgb(109,3,18); }

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