Html Css Color HEX #8C0721 Burgundy

📋 copy color: '#8C0721'

red 140 ◦ green 7 ◦ blue 33

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

Shades of Burgundy #8C0721

Tints of Burgundy #8C0721

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.89%

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

R = 77.78%
G = 3.89%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.45

RGB Variations

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

Color information

#8C0721 (or 0x8C0721) is known color: Burgundy. HEX triplet: 8C, 07 and 21. RGB value is (140,7,33). Sum of RGB (Red+Green+Blue) = 140+7+33=180 (23% of max value = 765). Red value is 140 (55.08% from 255 or 77.78% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 33 (13.28% from 255 or 18.33% from 180); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0721 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0721 is #73F8DE. Grayscale: #313131. Windows color (decimal): -7600351 or 2164620. OLE color: 2164620.

HSL color Cylindrical-coordinate representation of color #8C0721: hue angle of 348.27º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C0721 is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 7 33 -
CMYK 0 0.95 0.76 0.45
HSL 348.27º 0.9% 0.29% -
HSV(B) 348.27º 0.95% 0.55% -
XYZ 11.17 5.84 1.98 -
YUV 49.73 118.56 192.39 -
System Red Green Blue C M Y K H S L
Decimal 140 7 33 0 0.95 0.76 0.45 348.27 0.9 0.29
Hex 8C 7 21 0 5F 4C 2D 15C 5A 1D
Octal 214 7 41 0 137 114 55 534 132 35
Binary 10001100 111 100001 0 1011111 1001100 101101 101011100 1011010 11101

Color Harmonies of #8C0721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0721

Black with #8C0721

Text Example


Text Example

White with #8C0721

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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