Html Css Color HEX #8D1028 Burgundy

📋 copy color: '#8D1028'

red 141 ◦ green 16 ◦ blue 40

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

Shades of Burgundy #8D1028

Tints of Burgundy #8D1028

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.12%

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

R = 71.57%
G = 8.12%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.45

RGB Variations

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

Color information

#8D1028 (or 0x8D1028) is known color: Burgundy. HEX triplet: 8D, 10 and 28. RGB value is (141,16,40). Sum of RGB (Red+Green+Blue) = 141+16+40=197 (26% of max value = 765). Red value is 141 (55.47% from 255 or 71.57% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 40 (16.02% from 255 or 20.30% from 197); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1028 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D1028 is #72EFD7. Grayscale: #383838. Windows color (decimal): -7532504 or 2625677. OLE color: 2625677.

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

Color convert

RGB 141 16 40 -
CMYK 0 0.89 0.72 0.45
HSL 348.48º 0.8% 0.31% -
HSV(B) 348.48º 0.89% 0.55% -
XYZ 11.55 6.19 2.59 -
YUV 56.11 118.91 188.55 -
System Red Green Blue C M Y K H S L
Decimal 141 16 40 0 0.89 0.72 0.45 348.48 0.8 0.31
Hex 8D 10 28 0 59 48 2D 15C 50 1F
Octal 215 20 50 0 131 110 55 534 120 37
Binary 10001101 10000 101000 0 1011001 1001000 101101 101011100 1010000 11111

Color Harmonies of #8D1028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1028

Black with #8D1028

Text Example


Text Example

White with #8D1028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,16,40); }

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

background-color css

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

 a { background-color: rgb(141,16,40); }

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

border-color css

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

 span { border-color: rgb(141,16,40); }

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