Html Css Color HEX #8C0528 Burgundy

📋 copy color: '#8C0528'

red 140 ◦ green 5 ◦ blue 40

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

Shades of Burgundy #8C0528

Tints of Burgundy #8C0528

RGB

 RED value IS 140 (55.08% from 255) = 75.68%

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

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

R = 75.68%
G = 2.7%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#8C0528 (or 0x8C0528) is known color: Burgundy. HEX triplet: 8C, 05 and 28. RGB value is (140,5,40). Sum of RGB (Red+Green+Blue) = 140+5+40=185 (24% of max value = 765). Red value is 140 (55.08% from 255 or 75.68% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0528 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0528 is #73FAD7. Grayscale: #313131. Windows color (decimal): -7600856 or 2622860. OLE color: 2622860.

HSL color Cylindrical-coordinate representation of color #8C0528: hue angle of 344.44º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C0528 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 5 40 -
CMYK 0 0.96 0.71 0.45
HSL 344.44º 0.93% 0.28% -
HSV(B) 344.44º 0.96% 0.55% -
XYZ 11.25 5.84 2.54 -
YUV 49.36 122.73 192.65 -
System Red Green Blue C M Y K H S L
Decimal 140 5 40 0 0.96 0.71 0.45 344.44 0.93 0.28
Hex 8C 5 28 0 60 47 2D 158 5D 1C
Octal 214 5 50 0 140 107 55 530 135 34
Binary 10001100 101 101000 0 1100000 1000111 101101 101011000 1011101 11100

Color Harmonies of #8C0528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0528

Black with #8C0528

Text Example


Text Example

White with #8C0528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C0528; }

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

 H1.HeaderClassName
 {
   color: #8C0528;
 }
 .AnyTagClassName
 {
   color: #8C0528;
 }
</style>

background-color css

<style>
 a { background-color: #8C0528; }

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

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

border-color css

<style>
 span { border-color: #8C0528; }

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

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