Html Css Color HEX #6D0A2D Burgundy

📋 copy color: '#6D0A2D'

red 109 ◦ green 10 ◦ blue 45

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

Shades of Burgundy #6D0A2D

Tints of Burgundy #6D0A2D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.1%

 BLUE value IS 45 (17.97% from 255) = 27.44%

R = 66.46%
G = 6.1%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.57

RGB Variations

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

Color information

#6D0A2D (or 0x6D0A2D) is known color: Burgundy. HEX triplet: 6D, 0A and 2D. RGB value is (109,10,45). Sum of RGB (Red+Green+Blue) = 109+10+45=164 (21% of max value = 765). Red value is 109 (42.97% from 255 or 66.46% from 164); Green value is 10 (4.30% from 255 or 6.10% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0A2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0A2D is #92F5D2. Grayscale: #2B2B2B. Windows color (decimal): -9631187 or 2951789. OLE color: 2951789.

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

Color convert

RGB 109 10 45 -
CMYK 0 0.91 0.59 0.57
HSL 338.79º 0.83% 0.23% -
HSV(B) 338.79º 0.91% 0.43% -
XYZ 6.89 3.66 2.83 -
YUV 43.59 128.8 174.65 -
System Red Green Blue C M Y K H S L
Decimal 109 10 45 0 0.91 0.59 0.57 338.79 0.83 0.23
Hex 6D A 2D 0 5B 3B 39 153 53 17
Octal 155 12 55 0 133 73 71 523 123 27
Binary 1101101 1010 101101 0 1011011 111011 111001 101010011 1010011 10111

Color Harmonies of #6D0A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0A2D

Black with #6D0A2D

Text Example


Text Example

White with #6D0A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,10,45); }

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

background-color css

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

 a { background-color: rgb(109,10,45); }

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

border-color css

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

 span { border-color: rgb(109,10,45); }

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