Html Css Color HEX #6D031E Burgundy

📋 copy color: '#6D031E'

red 109 ◦ green 3 ◦ blue 30

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

Shades of Burgundy #6D031E

Tints of Burgundy #6D031E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 21.13%

R = 76.76%
G = 2.11%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#6D031E (or 0x6D031E) is known color: Burgundy. HEX triplet: 6D, 03 and 1E. RGB value is (109,3,30). Sum of RGB (Red+Green+Blue) = 109+3+30=142 (18% of max value = 765). Red value is 109 (42.97% from 255 or 76.76% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 109 - color contains mainly: red. Hex color #6D031E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D031E is #92FCE1. Grayscale: #252525. Windows color (decimal): -9632994 or 1966957. OLE color: 1966957.

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

Color convert

RGB 109 3 30 -
CMYK 0 0.97 0.72 0.57
HSL 344.72º 0.95% 0.22% -
HSV(B) 344.72º 0.97% 0.43% -
XYZ 6.57 3.41 1.54 -
YUV 37.77 123.62 178.8 -
System Red Green Blue C M Y K H S L
Decimal 109 3 30 0 0.97 0.72 0.57 344.72 0.95 0.22
Hex 6D 3 1E 0 61 48 39 159 5F 16
Octal 155 3 36 0 141 110 71 531 137 26
Binary 1101101 11 11110 0 1100001 1001000 111001 101011001 1011111 10110

Color Harmonies of #6D031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D031E

Black with #6D031E

Text Example


Text Example

White with #6D031E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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