Html Css Color HEX #8D0023 Burgundy

📋 copy color: '#8D0023'

red 141 ◦ green 0 ◦ blue 35

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

Shades of Burgundy #8D0023

Tints of Burgundy #8D0023

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 80.11%
G = 0%
B = 19.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.45

RGB Variations

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

Color information

#8D0023 (or 0x8D0023) is known color: Burgundy. HEX triplet: 8D, 00 and 23. RGB value is (141,0,35). Sum of RGB (Red+Green+Blue) = 141+0+35=176 (23% of max value = 765). Red value is 141 (55.47% from 255 or 80.11% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 35 (14.06% from 255 or 19.89% from 176); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0023 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0023 is #72FFDC. Grayscale: #2E2E2E. Windows color (decimal): -7536605 or 2293901. OLE color: 2293901.

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

Color convert

RGB 141 0 35 -
CMYK 0 1 0.75 0.45
HSL 345.11º 1% 0.28% -
HSV(B) 345.11º 1% 0.55% -
XYZ 11.29 5.78 2.11 -
YUV 46.15 121.71 195.65 -
System Red Green Blue C M Y K H S L
Decimal 141 0 35 0 1 0.75 0.45 345.11 1 0.28
Hex 8D 0 23 0 64 4B 2D 159 64 1C
Octal 215 0 43 0 144 113 55 531 144 34
Binary 10001101 0 100011 0 1100100 1001011 101101 101011001 1100100 11100

Color Harmonies of #8D0023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0023

Black with #8D0023

Text Example


Text Example

White with #8D0023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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