Html Css Color HEX #8D0530 Burgundy

📋 copy color: '#8D0530'

red 141 ◦ green 5 ◦ blue 48

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

Shades of Burgundy #8D0530

Tints of Burgundy #8D0530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 24.74%

R = 72.68%
G = 2.58%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.45

RGB Variations

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

Color information

#8D0530 (or 0x8D0530) is known color: Burgundy. HEX triplet: 8D, 05 and 30. RGB value is (141,5,48). Sum of RGB (Red+Green+Blue) = 141+5+48=194 (25% of max value = 765). Red value is 141 (55.47% from 255 or 72.68% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0530 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0530 is #72FACF. Grayscale: #323232. Windows color (decimal): -7535312 or 3147149. OLE color: 3147149.

HSL color Cylindrical-coordinate representation of color #8D0530: hue angle of 341.03º 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 #8D0530 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 5 48 -
CMYK 0 0.96 0.66 0.45
HSL 341.03º 0.93% 0.29% -
HSV(B) 341.03º 0.96% 0.55% -
XYZ 11.57 5.98 3.34 -
YUV 50.57 126.56 192.5 -
System Red Green Blue C M Y K H S L
Decimal 141 5 48 0 0.96 0.66 0.45 341.03 0.93 0.29
Hex 8D 5 30 0 60 42 2D 155 5D 1D
Octal 215 5 60 0 140 102 55 525 135 35
Binary 10001101 101 110000 0 1100000 1000010 101101 101010101 1011101 11101

Color Harmonies of #8D0530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0530

Black with #8D0530

Text Example


Text Example

White with #8D0530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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