Html Css Color HEX #6D0429 Burgundy

📋 copy color: '#6D0429'

red 109 ◦ green 4 ◦ blue 41

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

Shades of Burgundy #6D0429

Tints of Burgundy #6D0429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 26.62%

R = 70.78%
G = 2.6%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.57

RGB Variations

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

Color information

#6D0429 (or 0x6D0429) is known color: Burgundy. HEX triplet: 6D, 04 and 29. RGB value is (109,4,41). Sum of RGB (Red+Green+Blue) = 109+4+41=154 (20% of max value = 765). Red value is 109 (42.97% from 255 or 70.78% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 41 (16.41% from 255 or 26.62% from 154); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0429 is #92FBD6. Grayscale: #272727. Windows color (decimal): -9632727 or 2688109. OLE color: 2688109.

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

Color convert

RGB 109 4 41 -
CMYK 0 0.96 0.62 0.57
HSL 338.86º 0.93% 0.22% -
HSV(B) 338.86º 0.96% 0.43% -
XYZ 6.75 3.5 2.42 -
YUV 39.61 128.79 177.49 -
System Red Green Blue C M Y K H S L
Decimal 109 4 41 0 0.96 0.62 0.57 338.86 0.93 0.22
Hex 6D 4 29 0 60 3E 39 153 5D 16
Octal 155 4 51 0 140 76 71 523 135 26
Binary 1101101 100 101001 0 1100000 111110 111001 101010011 1011101 10110

Color Harmonies of #6D0429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0429

Black with #6D0429

Text Example


Text Example

White with #6D0429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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