Html Css Color HEX #8C0921 Burgundy

📋 copy color: '#8C0921'

red 140 ◦ green 9 ◦ blue 33

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

Shades of Burgundy #8C0921

Tints of Burgundy #8C0921

RGB

 RED value IS 140 (55.08% from 255) = 76.92%

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

 BLUE value IS 33 (13.28% from 255) = 18.13%

R = 76.92%
G = 4.95%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.45

RGB Variations

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

Color information

#8C0921 (or 0x8C0921) is known color: Burgundy. HEX triplet: 8C, 09 and 21. RGB value is (140,9,33). Sum of RGB (Red+Green+Blue) = 140+9+33=182 (24% of max value = 765). Red value is 140 (55.08% from 255 or 76.92% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 33 (13.28% from 255 or 18.13% from 182); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0921 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0921 is #73F6DE. Grayscale: #323232. Windows color (decimal): -7599839 or 2165132. OLE color: 2165132.

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

Color convert

RGB 140 9 33 -
CMYK 0 0.94 0.76 0.45
HSL 349.01º 0.88% 0.29% -
HSV(B) 349.01º 0.94% 0.55% -
XYZ 11.19 5.88 1.98 -
YUV 50.91 117.9 191.55 -
System Red Green Blue C M Y K H S L
Decimal 140 9 33 0 0.94 0.76 0.45 349.01 0.88 0.29
Hex 8C 9 21 0 5E 4C 2D 15D 58 1D
Octal 214 11 41 0 136 114 55 535 130 35
Binary 10001100 1001 100001 0 1011110 1001100 101101 101011101 1011000 11101

Color Harmonies of #8C0921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0921

Black with #8C0921

Text Example


Text Example

White with #8C0921

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,9,33); }

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

background-color css

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

 a { background-color: rgb(140,9,33); }

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

border-color css

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

 span { border-color: rgb(140,9,33); }

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