Html Css Color HEX #8D0138 Burgundy

📋 copy color: '#8D0138'

red 141 ◦ green 1 ◦ blue 56

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

Shades of Burgundy #8D0138

Tints of Burgundy #8D0138

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

 BLUE value IS 56 (22.27% from 255) = 28.28%

R = 71.21%
G = 0.51%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.45

RGB Variations

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

Color information

#8D0138 (or 0x8D0138) is known color: Burgundy. HEX triplet: 8D, 01 and 38. RGB value is (141,1,56). Sum of RGB (Red+Green+Blue) = 141+1+56=198 (26% of max value = 765). Red value is 141 (55.47% from 255 or 71.21% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 56 (22.27% from 255 or 28.28% from 198); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0138 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0138 is #72FEC7. Grayscale: #313131. Windows color (decimal): -7536328 or 3670413. OLE color: 3670413.

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

Color convert

RGB 141 1 56 -
CMYK 0 0.99 0.60 0.45
HSL 336.43º 0.99% 0.28% -
HSV(B) 336.43º 0.99% 0.55% -
XYZ 11.71 5.97 4.28 -
YUV 49.13 131.88 193.53 -
System Red Green Blue C M Y K H S L
Decimal 141 1 56 0 0.99 0.60 0.45 336.43 0.99 0.28
Hex 8D 1 38 0 63 3C 2D 150 63 1C
Octal 215 1 70 0 143 74 55 520 143 34
Binary 10001101 1 111000 0 1100011 111100 101101 101010000 1100011 11100

Color Harmonies of #8D0138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0138

Black with #8D0138

Text Example


Text Example

White with #8D0138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,1,56); }

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

background-color css

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

 a { background-color: rgb(141,1,56); }

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

border-color css

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

 span { border-color: rgb(141,1,56); }

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