Html Css Color HEX #6D0528 Burgundy

📋 copy color: '#6D0528'

red 109 ◦ green 5 ◦ blue 40

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

Shades of Burgundy #6D0528

Tints of Burgundy #6D0528

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.25%

 BLUE value IS 40 (16.02% from 255) = 25.97%

R = 70.78%
G = 3.25%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.63

 K value IS 0.57

RGB Variations

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

Color information

#6D0528 (or 0x6D0528) is known color: Burgundy. HEX triplet: 6D, 05 and 28. RGB value is (109,5,40). Sum of RGB (Red+Green+Blue) = 109+5+40=154 (20% of max value = 765). Red value is 109 (42.97% from 255 or 70.78% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 40 (16.02% from 255 or 25.97% from 154); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0528 is #92FAD7. Grayscale: #282828. Windows color (decimal): -9632472 or 2622829. OLE color: 2622829.

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

Color convert

RGB 109 5 40 -
CMYK 0 0.95 0.63 0.57
HSL 339.81º 0.91% 0.22% -
HSV(B) 339.81º 0.95% 0.43% -
XYZ 6.74 3.51 2.33 -
YUV 40.09 127.96 177.15 -
System Red Green Blue C M Y K H S L
Decimal 109 5 40 0 0.95 0.63 0.57 339.81 0.91 0.22
Hex 6D 5 28 0 5F 3F 39 154 5B 16
Octal 155 5 50 0 137 77 71 524 133 26
Binary 1101101 101 101000 0 1011111 111111 111001 101010100 1011011 10110

Color Harmonies of #6D0528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0528

Black with #6D0528

Text Example


Text Example

White with #6D0528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,5,40); }

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

background-color css

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

 a { background-color: rgb(109,5,40); }

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

border-color css

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

 span { border-color: rgb(109,5,40); }

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