Html Css Color HEX #6D032A Burgundy

📋 copy color: '#6D032A'

red 109 ◦ green 3 ◦ blue 42

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

Shades of Burgundy #6D032A

Tints of Burgundy #6D032A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 27.27%

R = 70.78%
G = 1.95%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.57

RGB Variations

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

Color information

#6D032A (or 0x6D032A) is known color: Burgundy. HEX triplet: 6D, 03 and 2A. RGB value is (109,3,42). Sum of RGB (Red+Green+Blue) = 109+3+42=154 (20% of max value = 765). Red value is 109 (42.97% from 255 or 70.78% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 109 - color contains mainly: red. Hex color #6D032A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D032A is #92FCD5. Grayscale: #272727. Windows color (decimal): -9632982 or 2753389. OLE color: 2753389.

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

Color convert

RGB 109 3 42 -
CMYK 0 0.97 0.61 0.57
HSL 337.92º 0.95% 0.22% -
HSV(B) 337.92º 0.97% 0.43% -
XYZ 6.76 3.48 2.51 -
YUV 39.14 129.62 177.83 -
System Red Green Blue C M Y K H S L
Decimal 109 3 42 0 0.97 0.61 0.57 337.92 0.95 0.22
Hex 6D 3 2A 0 61 3D 39 152 5F 16
Octal 155 3 52 0 141 75 71 522 137 26
Binary 1101101 11 101010 0 1100001 111101 111001 101010010 1011111 10110

Color Harmonies of #6D032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D032A

Black with #6D032A

Text Example


Text Example

White with #6D032A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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