Html Css Color HEX #8D0634 Burgundy

📋 copy color: '#8D0634'

red 141 ◦ green 6 ◦ blue 52

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

Shades of Burgundy #8D0634

Tints of Burgundy #8D0634

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.02%

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

R = 70.85%
G = 3.02%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.45

RGB Variations

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

Color information

#8D0634 (or 0x8D0634) is known color: Burgundy. HEX triplet: 8D, 06 and 34. RGB value is (141,6,52). Sum of RGB (Red+Green+Blue) = 141+6+52=199 (26% of max value = 765). Red value is 141 (55.47% from 255 or 70.85% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 52 (20.70% from 255 or 26.13% from 199); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0634 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0634 is #72F9CB. Grayscale: #333333. Windows color (decimal): -7535052 or 3409549. OLE color: 3409549.

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

Color convert

RGB 141 6 52 -
CMYK 0 0.96 0.63 0.45
HSL 339.56º 0.92% 0.29% -
HSV(B) 339.56º 0.96% 0.55% -
XYZ 11.67 6.04 3.8 -
YUV 51.61 128.23 191.76 -
System Red Green Blue C M Y K H S L
Decimal 141 6 52 0 0.96 0.63 0.45 339.56 0.92 0.29
Hex 8D 6 34 0 60 3F 2D 154 5C 1D
Octal 215 6 64 0 140 77 55 524 134 35
Binary 10001101 110 110100 0 1100000 111111 101101 101010100 1011100 11101

Color Harmonies of #8D0634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0634

Black with #8D0634

Text Example


Text Example

White with #8D0634

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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