Html Css Color HEX #8D0335 Burgundy

📋 copy color: '#8D0335'

red 141 ◦ green 3 ◦ blue 53

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

Shades of Burgundy #8D0335

Tints of Burgundy #8D0335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 26.9%

R = 71.57%
G = 1.52%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.45

RGB Variations

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

Color information

#8D0335 (or 0x8D0335) is known color: Burgundy. HEX triplet: 8D, 03 and 35. RGB value is (141,3,53). Sum of RGB (Red+Green+Blue) = 141+3+53=197 (26% of max value = 765). Red value is 141 (55.47% from 255 or 71.57% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 53 (21.09% from 255 or 26.90% from 197); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0335 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0335 is #72FCCA. Grayscale: #313131. Windows color (decimal): -7535819 or 3474317. OLE color: 3474317.

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

Color convert

RGB 141 3 53 -
CMYK 0 0.98 0.62 0.45
HSL 338.26º 0.96% 0.28% -
HSV(B) 338.26º 0.98% 0.55% -
XYZ 11.66 5.98 3.91 -
YUV 49.96 129.72 192.93 -
System Red Green Blue C M Y K H S L
Decimal 141 3 53 0 0.98 0.62 0.45 338.26 0.96 0.28
Hex 8D 3 35 0 62 3E 2D 152 60 1C
Octal 215 3 65 0 142 76 55 522 140 34
Binary 10001101 11 110101 0 1100010 111110 101101 101010010 1100000 11100

Color Harmonies of #8D0335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0335

Black with #8D0335

Text Example


Text Example

White with #8D0335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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