Html Css Color HEX #8D0124 Burgundy

📋 copy color: '#8D0124'

red 141 ◦ green 1 ◦ blue 36

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

Shades of Burgundy #8D0124

Tints of Burgundy #8D0124

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

 BLUE value IS 36 (14.45% from 255) = 20.22%

R = 79.21%
G = 0.56%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.45

RGB Variations

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

Color information

#8D0124 (or 0x8D0124) is known color: Burgundy. HEX triplet: 8D, 01 and 24. RGB value is (141,1,36). Sum of RGB (Red+Green+Blue) = 141+1+36=178 (23% of max value = 765). Red value is 141 (55.47% from 255 or 79.21% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 36 (14.45% from 255 or 20.22% from 178); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0124 is #72FEDB. Grayscale: #2E2E2E. Windows color (decimal): -7536348 or 2359693. OLE color: 2359693.

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

Color convert

RGB 141 1 36 -
CMYK 0 0.99 0.74 0.45
HSL 345º 0.99% 0.28% -
HSV(B) 345º 0.99% 0.55% -
XYZ 11.31 5.81 2.19 -
YUV 46.85 121.88 195.15 -
System Red Green Blue C M Y K H S L
Decimal 141 1 36 0 0.99 0.74 0.45 345 0.99 0.28
Hex 8D 1 24 0 63 4A 2D 159 63 1C
Octal 215 1 44 0 143 112 55 531 143 34
Binary 10001101 1 100100 0 1100011 1001010 101101 101011001 1100011 11100

Color Harmonies of #8D0124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0124

Black with #8D0124

Text Example


Text Example

White with #8D0124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,1,36); }

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

background-color css

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

 a { background-color: rgb(141,1,36); }

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

border-color css

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

 span { border-color: rgb(141,1,36); }

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