Html Css Color HEX #8D092D Burgundy

📋 copy color: '#8D092D'

red 141 ◦ green 9 ◦ blue 45

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

Shades of Burgundy #8D092D

Tints of Burgundy #8D092D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.08%

R = 72.31%
G = 4.62%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8D092D (or 0x8D092D) is known color: Burgundy. HEX triplet: 8D, 09 and 2D. RGB value is (141,9,45). Sum of RGB (Red+Green+Blue) = 141+9+45=195 (25% of max value = 765). Red value is 141 (55.47% from 255 or 72.31% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 141 - color contains mainly: red. Hex color #8D092D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D092D is #72F6D2. Grayscale: #343434. Windows color (decimal): -7534291 or 2951565. OLE color: 2951565.

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

Color convert

RGB 141 9 45 -
CMYK 0 0.94 0.68 0.45
HSL 343.64º 0.88% 0.29% -
HSV(B) 343.64º 0.94% 0.55% -
XYZ 11.56 6.05 3.04 -
YUV 52.57 123.73 191.07 -
System Red Green Blue C M Y K H S L
Decimal 141 9 45 0 0.94 0.68 0.45 343.64 0.88 0.29
Hex 8D 9 2D 0 5E 44 2D 158 58 1D
Octal 215 11 55 0 136 104 55 530 130 35
Binary 10001101 1001 101101 0 1011110 1000100 101101 101011000 1011000 11101

Color Harmonies of #8D092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D092D

Black with #8D092D

Text Example


Text Example

White with #8D092D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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