Html Css Color HEX #8D0025 Burgundy

📋 copy color: '#8D0025'

red 141 ◦ green 0 ◦ blue 37

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

Shades of Burgundy #8D0025

Tints of Burgundy #8D0025

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 37 (14.84% from 255) = 20.79%

R = 79.21%
G = 0%
B = 20.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.45

RGB Variations

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

Color information

#8D0025 (or 0x8D0025) is known color: Burgundy. HEX triplet: 8D, 00 and 25. RGB value is (141,0,37). Sum of RGB (Red+Green+Blue) = 141+0+37=178 (23% of max value = 765). Red value is 141 (55.47% from 255 or 79.21% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0025 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0025 is #72FFDA. Grayscale: #2E2E2E. Windows color (decimal): -7536603 or 2424973. OLE color: 2424973.

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

Color convert

RGB 141 0 37 -
CMYK 0 1 0.74 0.45
HSL 344.26º 1% 0.28% -
HSV(B) 344.26º 1% 0.55% -
XYZ 11.32 5.8 2.27 -
YUV 46.38 122.71 195.49 -
System Red Green Blue C M Y K H S L
Decimal 141 0 37 0 1 0.74 0.45 344.26 1 0.28
Hex 8D 0 25 0 64 4A 2D 158 64 1C
Octal 215 0 45 0 144 112 55 530 144 34
Binary 10001101 0 100101 0 1100100 1001010 101101 101011000 1100100 11100

Color Harmonies of #8D0025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0025

Black with #8D0025

Text Example


Text Example

White with #8D0025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,0,37); }

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

background-color css

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

 a { background-color: rgb(141,0,37); }

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

border-color css

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

 span { border-color: rgb(141,0,37); }

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