Html Css Color HEX #8D0838 Burgundy

📋 copy color: '#8D0838'

red 141 ◦ green 8 ◦ blue 56

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

Shades of Burgundy #8D0838

Tints of Burgundy #8D0838

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.9%

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

R = 68.78%
G = 3.9%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.60

 K value IS 0.45

RGB Variations

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

Color information

#8D0838 (or 0x8D0838) is known color: Burgundy. HEX triplet: 8D, 08 and 38. RGB value is (141,8,56). Sum of RGB (Red+Green+Blue) = 141+8+56=205 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.78% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0838 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0838 is #72F7C7. Grayscale: #353535. Windows color (decimal): -7534536 or 3672205. OLE color: 3672205.

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

Color convert

RGB 141 8 56 -
CMYK 0 0.94 0.60 0.45
HSL 338.35º 0.89% 0.29% -
HSV(B) 338.35º 0.94% 0.55% -
XYZ 11.79 6.12 4.3 -
YUV 53.24 129.56 190.6 -
System Red Green Blue C M Y K H S L
Decimal 141 8 56 0 0.94 0.60 0.45 338.35 0.89 0.29
Hex 8D 8 38 0 5E 3C 2D 152 59 1D
Octal 215 10 70 0 136 74 55 522 131 35
Binary 10001101 1000 111000 0 1011110 111100 101101 101010010 1011001 11101

Color Harmonies of #8D0838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0838

Black with #8D0838

Text Example


Text Example

White with #8D0838

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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