Html Css Color HEX #8D0527 Burgundy

📋 copy color: '#8D0527'

red 141 ◦ green 5 ◦ blue 39

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

Shades of Burgundy #8D0527

Tints of Burgundy #8D0527

RGB

 RED value IS 141 (55.47% from 255) = 76.22%

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

 BLUE value IS 39 (15.63% from 255) = 21.08%

R = 76.22%
G = 2.7%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.45

RGB Variations

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

Color information

#8D0527 (or 0x8D0527) is known color: Burgundy. HEX triplet: 8D, 05 and 27. RGB value is (141,5,39). Sum of RGB (Red+Green+Blue) = 141+5+39=185 (24% of max value = 765). Red value is 141 (55.47% from 255 or 76.22% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 39 (15.62% from 255 or 21.08% from 185); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0527 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0527 is #72FAD8. Grayscale: #313131. Windows color (decimal): -7535321 or 2557325. OLE color: 2557325.

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

Color convert

RGB 141 5 39 -
CMYK 0 0.96 0.72 0.45
HSL 345º 0.93% 0.29% -
HSV(B) 345º 0.96% 0.55% -
XYZ 11.4 5.92 2.46 -
YUV 49.54 122.06 193.24 -
System Red Green Blue C M Y K H S L
Decimal 141 5 39 0 0.96 0.72 0.45 345 0.93 0.29
Hex 8D 5 27 0 60 48 2D 159 5D 1D
Octal 215 5 47 0 140 110 55 531 135 35
Binary 10001101 101 100111 0 1100000 1001000 101101 101011001 1011101 11101

Color Harmonies of #8D0527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0527

Black with #8D0527

Text Example


Text Example

White with #8D0527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,5,39); }

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

background-color css

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

 a { background-color: rgb(141,5,39); }

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

border-color css

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

 span { border-color: rgb(141,5,39); }

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