Html Css Color HEX #8D092C Burgundy

📋 copy color: '#8D092C'

red 141 ◦ green 9 ◦ blue 44

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

Shades of Burgundy #8D092C

Tints of Burgundy #8D092C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.64%

 BLUE value IS 44 (17.58% from 255) = 22.68%

R = 72.68%
G = 4.64%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8D092C (or 0x8D092C) is known color: Burgundy. HEX triplet: 8D, 09 and 2C. RGB value is (141,9,44). Sum of RGB (Red+Green+Blue) = 141+9+44=194 (25% of max value = 765). Red value is 141 (55.47% from 255 or 72.68% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 141 - color contains mainly: red. Hex color #8D092C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D092C is #72F6D3. Grayscale: #343434. Windows color (decimal): -7534292 or 2886029. OLE color: 2886029.

HSL color Cylindrical-coordinate representation of color #8D092C: hue angle of 344.09º degrees, saturation: 0.88, 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 #8D092C is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 9 44 -
CMYK 0 0.94 0.69 0.45
HSL 344.09º 0.88% 0.29% -
HSV(B) 344.09º 0.94% 0.55% -
XYZ 11.54 6.04 2.94 -
YUV 52.46 123.23 191.15 -
System Red Green Blue C M Y K H S L
Decimal 141 9 44 0 0.94 0.69 0.45 344.09 0.88 0.29
Hex 8D 9 2C 0 5E 45 2D 158 58 1D
Octal 215 11 54 0 136 105 55 530 130 35
Binary 10001101 1001 101100 0 1011110 1000101 101101 101011000 1011000 11101

Color Harmonies of #8D092C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D092C

Black with #8D092C

Text Example


Text Example

White with #8D092C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,9,44); }

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

background-color css

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

 a { background-color: rgb(141,9,44); }

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

border-color css

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

 span { border-color: rgb(141,9,44); }

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