Html Css Color HEX #8D0628 Burgundy

📋 copy color: '#8D0628'

red 141 ◦ green 6 ◦ blue 40

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

Shades of Burgundy #8D0628

Tints of Burgundy #8D0628

RGB

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

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

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

R = 75.4%
G = 3.21%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.45

RGB Variations

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

Color information

#8D0628 (or 0x8D0628) is known color: Burgundy. HEX triplet: 8D, 06 and 28. RGB value is (141,6,40). Sum of RGB (Red+Green+Blue) = 141+6+40=187 (24% of max value = 765). Red value is 141 (55.47% from 255 or 75.40% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 40 (16.02% from 255 or 21.39% from 187); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0628 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0628 is #72F9D7. Grayscale: #323232. Windows color (decimal): -7535064 or 2623117. OLE color: 2623117.

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

Color convert

RGB 141 6 40 -
CMYK 0 0.96 0.72 0.45
HSL 344.89º 0.92% 0.29% -
HSV(B) 344.89º 0.96% 0.55% -
XYZ 11.43 5.95 2.55 -
YUV 50.24 122.23 192.74 -
System Red Green Blue C M Y K H S L
Decimal 141 6 40 0 0.96 0.72 0.45 344.89 0.92 0.29
Hex 8D 6 28 0 60 48 2D 159 5C 1D
Octal 215 6 50 0 140 110 55 531 134 35
Binary 10001101 110 101000 0 1100000 1001000 101101 101011001 1011100 11101

Color Harmonies of #8D0628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0628

Black with #8D0628

Text Example


Text Example

White with #8D0628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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