Html Css Color HEX #8D0328 Burgundy

📋 copy color: '#8D0328'

red 141 ◦ green 3 ◦ blue 40

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

Shades of Burgundy #8D0328

Tints of Burgundy #8D0328

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.63%

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

R = 76.63%
G = 1.63%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.45

RGB Variations

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

Color information

#8D0328 (or 0x8D0328) is known color: Burgundy. HEX triplet: 8D, 03 and 28. RGB value is (141,3,40). Sum of RGB (Red+Green+Blue) = 141+3+40=184 (24% of max value = 765). Red value is 141 (55.47% from 255 or 76.63% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 40 (16.02% from 255 or 21.74% from 184); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0328 is #72FCD7. Grayscale: #303030. Windows color (decimal): -7535832 or 2622349. OLE color: 2622349.

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

Color convert

RGB 141 3 40 -
CMYK 0 0.98 0.72 0.45
HSL 343.91º 0.96% 0.28% -
HSV(B) 343.91º 0.98% 0.55% -
XYZ 11.4 5.88 2.54 -
YUV 48.48 123.22 193.99 -
System Red Green Blue C M Y K H S L
Decimal 141 3 40 0 0.98 0.72 0.45 343.91 0.96 0.28
Hex 8D 3 28 0 62 48 2D 158 60 1C
Octal 215 3 50 0 142 110 55 530 140 34
Binary 10001101 11 101000 0 1100010 1001000 101101 101011000 1100000 11100

Color Harmonies of #8D0328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0328

Black with #8D0328

Text Example


Text Example

White with #8D0328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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