Html Css Color HEX #6D0124 Burgundy

📋 copy color: '#6D0124'

red 109 ◦ green 1 ◦ blue 36

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

Shades of Burgundy #6D0124

Tints of Burgundy #6D0124

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.68%

 BLUE value IS 36 (14.45% from 255) = 24.66%

R = 74.66%
G = 0.68%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.57

RGB Variations

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

Color information

#6D0124 (or 0x6D0124) is known color: Burgundy. HEX triplet: 6D, 01 and 24. RGB value is (109,1,36). Sum of RGB (Red+Green+Blue) = 109+1+36=146 (19% of max value = 765). Red value is 109 (42.97% from 255 or 74.66% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 36 (14.45% from 255 or 24.66% from 146); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0124 is #92FEDB. Grayscale: #252525. Windows color (decimal): -9633500 or 2359661. OLE color: 2359661.

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

Color convert

RGB 109 1 36 -
CMYK 0 0.99 0.67 0.57
HSL 340.56º 0.98% 0.22% -
HSV(B) 340.56º 0.99% 0.43% -
XYZ 6.64 3.4 1.98 -
YUV 37.28 127.28 179.15 -
System Red Green Blue C M Y K H S L
Decimal 109 1 36 0 0.99 0.67 0.57 340.56 0.98 0.22
Hex 6D 1 24 0 63 43 39 155 62 16
Octal 155 1 44 0 143 103 71 525 142 26
Binary 1101101 1 100100 0 1100011 1000011 111001 101010101 1100010 10110

Color Harmonies of #6D0124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0124

Black with #6D0124

Text Example


Text Example

White with #6D0124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,1,36); }

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

background-color css

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

 a { background-color: rgb(109,1,36); }

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

border-color css

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

 span { border-color: rgb(109,1,36); }

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