Html Css Color HEX #8D0428 Burgundy

📋 copy color: '#8D0428'

red 141 ◦ green 4 ◦ blue 40

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

Shades of Burgundy #8D0428

Tints of Burgundy #8D0428

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.16%

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

R = 76.22%
G = 2.16%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.45

RGB Variations

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

Color information

#8D0428 (or 0x8D0428) is known color: Burgundy. HEX triplet: 8D, 04 and 28. RGB value is (141,4,40). Sum of RGB (Red+Green+Blue) = 141+4+40=185 (24% of max value = 765). Red value is 141 (55.47% from 255 or 76.22% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0428 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0428 is #72FBD7. Grayscale: #313131. Windows color (decimal): -7535576 or 2622605. OLE color: 2622605.

HSL color Cylindrical-coordinate representation of color #8D0428: hue angle of 344.23º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D0428 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 4 40 -
CMYK 0 0.97 0.72 0.45
HSL 344.23º 0.94% 0.28% -
HSV(B) 344.23º 0.97% 0.55% -
XYZ 11.41 5.9 2.55 -
YUV 49.07 122.89 193.57 -
System Red Green Blue C M Y K H S L
Decimal 141 4 40 0 0.97 0.72 0.45 344.23 0.94 0.28
Hex 8D 4 28 0 61 48 2D 158 5E 1C
Octal 215 4 50 0 141 110 55 530 136 34
Binary 10001101 100 101000 0 1100001 1001000 101101 101011000 1011110 11100

Color Harmonies of #8D0428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0428

Black with #8D0428

Text Example


Text Example

White with #8D0428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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