Html Css Color HEX #8D0629 Burgundy

📋 copy color: '#8D0629'

red 141 ◦ green 6 ◦ blue 41

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

Shades of Burgundy #8D0629

Tints of Burgundy #8D0629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 21.81%

R = 75%
G = 3.19%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#8D0629 (or 0x8D0629) is known color: Burgundy. HEX triplet: 8D, 06 and 29. RGB value is (141,6,41). Sum of RGB (Red+Green+Blue) = 141+6+41=188 (24% of max value = 765). Red value is 141 (55.47% from 255 or 75% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0629 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0629 is #72F9D6. Grayscale: #323232. Windows color (decimal): -7535063 or 2688653. OLE color: 2688653.

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

Color convert

RGB 141 6 41 -
CMYK 0 0.96 0.71 0.45
HSL 344.44º 0.92% 0.29% -
HSV(B) 344.44º 0.96% 0.55% -
XYZ 11.45 5.95 2.64 -
YUV 50.36 122.73 192.65 -
System Red Green Blue C M Y K H S L
Decimal 141 6 41 0 0.96 0.71 0.45 344.44 0.92 0.29
Hex 8D 6 29 0 60 47 2D 158 5C 1D
Octal 215 6 51 0 140 107 55 530 134 35
Binary 10001101 110 101001 0 1100000 1000111 101101 101011000 1011100 11101

Color Harmonies of #8D0629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0629

Black with #8D0629

Text Example


Text Example

White with #8D0629

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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