Html Css Color HEX #8D0339 Burgundy

📋 copy color: '#8D0339'

red 141 ◦ green 3 ◦ blue 57

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

Shades of Burgundy #8D0339

Tints of Burgundy #8D0339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 28.36%

R = 70.15%
G = 1.49%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.45

RGB Variations

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

Color information

#8D0339 (or 0x8D0339) is known color: Burgundy. HEX triplet: 8D, 03 and 39. RGB value is (141,3,57). Sum of RGB (Red+Green+Blue) = 141+3+57=201 (26% of max value = 765). Red value is 141 (55.47% from 255 or 70.15% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 57 (22.66% from 255 or 28.36% from 201); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0339 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0339 is #72FCC6. Grayscale: #323232. Windows color (decimal): -7535815 or 3736461. OLE color: 3736461.

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

Color convert

RGB 141 3 57 -
CMYK 0 0.98 0.60 0.45
HSL 336.52º 0.96% 0.28% -
HSV(B) 336.52º 0.98% 0.55% -
XYZ 11.76 6.02 4.41 -
YUV 50.42 131.72 192.61 -
System Red Green Blue C M Y K H S L
Decimal 141 3 57 0 0.98 0.60 0.45 336.52 0.96 0.28
Hex 8D 3 39 0 62 3C 2D 151 60 1C
Octal 215 3 71 0 142 74 55 521 140 34
Binary 10001101 11 111001 0 1100010 111100 101101 101010001 1100000 11100

Color Harmonies of #8D0339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0339

Black with #8D0339

Text Example


Text Example

White with #8D0339

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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