Html Css Color HEX #6E0528 Burgundy

📋 copy color: '#6E0528'

red 110 ◦ green 5 ◦ blue 40

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

Shades of Burgundy #6E0528

Tints of Burgundy #6E0528

RGB

 RED value IS 110 (43.36% from 255) = 70.97%

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

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

R = 70.97%
G = 3.23%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.57

RGB Variations

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

Color information

#6E0528 (or 0x6E0528) is known color: Burgundy. HEX triplet: 6E, 05 and 28. RGB value is (110,5,40). Sum of RGB (Red+Green+Blue) = 110+5+40=155 (20% of max value = 765). Red value is 110 (43.36% from 255 or 70.97% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0528 is #91FAD7. Grayscale: #282828. Windows color (decimal): -9566936 or 2622830. OLE color: 2622830.

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

Color convert

RGB 110 5 40 -
CMYK 0 0.95 0.64 0.57
HSL 340º 0.91% 0.23% -
HSV(B) 340º 0.95% 0.43% -
XYZ 6.87 3.58 2.34 -
YUV 40.39 127.79 177.65 -
System Red Green Blue C M Y K H S L
Decimal 110 5 40 0 0.95 0.64 0.57 340 0.91 0.23
Hex 6E 5 28 0 5F 40 39 154 5B 17
Octal 156 5 50 0 137 100 71 524 133 27
Binary 1101110 101 101000 0 1011111 1000000 111001 101010100 1011011 10111

Color Harmonies of #6E0528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0528

Black with #6E0528

Text Example


Text Example

White with #6E0528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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