Html Css Color HEX #8D0B34 Burgundy

📋 copy color: '#8D0B34'

red 141 ◦ green 11 ◦ blue 52

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

Shades of Burgundy #8D0B34

Tints of Burgundy #8D0B34

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.39%

 BLUE value IS 52 (20.7% from 255) = 25.49%

R = 69.12%
G = 5.39%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.45

RGB Variations

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

Color information

#8D0B34 (or 0x8D0B34) is known color: Burgundy. HEX triplet: 8D, 0B and 34. RGB value is (141,11,52). Sum of RGB (Red+Green+Blue) = 141+11+52=204 (27% of max value = 765). Red value is 141 (55.47% from 255 or 69.12% from 204); Green value is 11 (4.69% from 255 or 5.39% from 204); Blue value is 52 (20.70% from 255 or 25.49% from 204); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0B34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0B34 is #72F4CB. Grayscale: #363636. Windows color (decimal): -7533772 or 3410829. OLE color: 3410829.

HSL color Cylindrical-coordinate representation of color #8D0B34: hue angle of 341.08º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8D0B34 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 11 52 -
CMYK 0 0.92 0.63 0.45
HSL 341.08º 0.86% 0.3% -
HSV(B) 341.08º 0.92% 0.55% -
XYZ 11.72 6.15 3.82 -
YUV 54.54 126.57 189.67 -
System Red Green Blue C M Y K H S L
Decimal 141 11 52 0 0.92 0.63 0.45 341.08 0.86 0.3
Hex 8D B 34 0 5C 3F 2D 155 56 1E
Octal 215 13 64 0 134 77 55 525 126 36
Binary 10001101 1011 110100 0 1011100 111111 101101 101010101 1010110 11110

Color Harmonies of #8D0B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0B34

Black with #8D0B34

Text Example


Text Example

White with #8D0B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,11,52); }

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

background-color css

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

 a { background-color: rgb(141,11,52); }

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

border-color css

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

 span { border-color: rgb(141,11,52); }

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