Html Css Color HEX #8D0027 Burgundy

📋 copy color: '#8D0027'

red 141 ◦ green 0 ◦ blue 39

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

Shades of Burgundy #8D0027

Tints of Burgundy #8D0027

RGB

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

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

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

R = 78.33%
G = 0%
B = 21.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.45

RGB Variations

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

Color information

#8D0027 (or 0x8D0027) is known color: Burgundy. HEX triplet: 8D, 00 and 27. RGB value is (141,0,39). Sum of RGB (Red+Green+Blue) = 141+0+39=180 (23% of max value = 765). Red value is 141 (55.47% from 255 or 78.33% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 39 (15.62% from 255 or 21.67% from 180); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0027 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0027 is #72FFD8. Grayscale: #2E2E2E. Windows color (decimal): -7536601 or 2556045. OLE color: 2556045.

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

Color convert

RGB 141 0 39 -
CMYK 0 1 0.72 0.45
HSL 343.4º 1% 0.28% -
HSV(B) 343.4º 1% 0.55% -
XYZ 11.35 5.81 2.44 -
YUV 46.61 123.71 195.33 -
System Red Green Blue C M Y K H S L
Decimal 141 0 39 0 1 0.72 0.45 343.4 1 0.28
Hex 8D 0 27 0 64 48 2D 157 64 1C
Octal 215 0 47 0 144 110 55 527 144 34
Binary 10001101 0 100111 0 1100100 1001000 101101 101010111 1100100 11100

Color Harmonies of #8D0027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0027

Black with #8D0027

Text Example


Text Example

White with #8D0027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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