Html Css Color HEX #8D0923 Burgundy

📋 copy color: '#8D0923'

red 141 ◦ green 9 ◦ blue 35

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

Shades of Burgundy #8D0923

Tints of Burgundy #8D0923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 18.92%

R = 76.22%
G = 4.86%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.75

 K value IS 0.45

RGB Variations

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

Color information

#8D0923 (or 0x8D0923) is known color: Burgundy. HEX triplet: 8D, 09 and 23. RGB value is (141,9,35). Sum of RGB (Red+Green+Blue) = 141+9+35=185 (24% of max value = 765). Red value is 141 (55.47% from 255 or 76.22% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 35 (14.06% from 255 or 18.92% from 185); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0923 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0923 is #72F6DC. Grayscale: #333333. Windows color (decimal): -7534301 or 2296205. OLE color: 2296205.

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

Color convert

RGB 141 9 35 -
CMYK 0 0.94 0.75 0.45
HSL 348.18º 0.88% 0.29% -
HSV(B) 348.18º 0.94% 0.55% -
XYZ 11.39 5.98 2.14 -
YUV 51.43 118.73 191.89 -
System Red Green Blue C M Y K H S L
Decimal 141 9 35 0 0.94 0.75 0.45 348.18 0.88 0.29
Hex 8D 9 23 0 5E 4B 2D 15C 58 1D
Octal 215 11 43 0 136 113 55 534 130 35
Binary 10001101 1001 100011 0 1011110 1001011 101101 101011100 1011000 11101

Color Harmonies of #8D0923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0923

Black with #8D0923

Text Example


Text Example

White with #8D0923

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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