Html Css Color HEX #6D042A Burgundy

📋 copy color: '#6D042A'

red 109 ◦ green 4 ◦ blue 42

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

Shades of Burgundy #6D042A

Tints of Burgundy #6D042A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.58%

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

R = 70.32%
G = 2.58%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.57

RGB Variations

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

Color information

#6D042A (or 0x6D042A) is known color: Burgundy. HEX triplet: 6D, 04 and 2A. RGB value is (109,4,42). Sum of RGB (Red+Green+Blue) = 109+4+42=155 (20% of max value = 765). Red value is 109 (42.97% from 255 or 70.32% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 109 - color contains mainly: red. Hex color #6D042A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D042A is #92FBD5. Grayscale: #272727. Windows color (decimal): -9632726 or 2753645. OLE color: 2753645.

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

Color convert

RGB 109 4 42 -
CMYK 0 0.96 0.61 0.57
HSL 338.29º 0.93% 0.22% -
HSV(B) 338.29º 0.96% 0.43% -
XYZ 6.77 3.51 2.51 -
YUV 39.73 129.29 177.41 -
System Red Green Blue C M Y K H S L
Decimal 109 4 42 0 0.96 0.61 0.57 338.29 0.93 0.22
Hex 6D 4 2A 0 60 3D 39 152 5D 16
Octal 155 4 52 0 140 75 71 522 135 26
Binary 1101101 100 101010 0 1100000 111101 111001 101010010 1011101 10110

Color Harmonies of #6D042A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D042A

Black with #6D042A

Text Example


Text Example

White with #6D042A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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