Html Css Color HEX #8C0A22 Burgundy

📋 copy color: '#8C0A22'

red 140 ◦ green 10 ◦ blue 34

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

Shades of Burgundy #8C0A22

Tints of Burgundy #8C0A22

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.43%

 BLUE value IS 34 (13.67% from 255) = 18.48%

R = 76.09%
G = 5.43%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.45

RGB Variations

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

Color information

#8C0A22 (or 0x8C0A22) is known color: Burgundy. HEX triplet: 8C, 0A and 22. RGB value is (140,10,34). Sum of RGB (Red+Green+Blue) = 140+10+34=184 (24% of max value = 765). Red value is 140 (55.08% from 255 or 76.09% from 184); Green value is 10 (4.30% from 255 or 5.43% from 184); Blue value is 34 (13.67% from 255 or 18.48% from 184); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0A22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0A22 is #73F5DD. Grayscale: #333333. Windows color (decimal): -7599582 or 2230924. OLE color: 2230924.

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

Color convert

RGB 140 10 34 -
CMYK 0 0.93 0.76 0.45
HSL 348.92º 0.87% 0.29% -
HSV(B) 348.92º 0.93% 0.55% -
XYZ 11.21 5.91 2.06 -
YUV 51.61 118.07 191.05 -
System Red Green Blue C M Y K H S L
Decimal 140 10 34 0 0.93 0.76 0.45 348.92 0.87 0.29
Hex 8C A 22 0 5D 4C 2D 15D 57 1D
Octal 214 12 42 0 135 114 55 535 127 35
Binary 10001100 1010 100010 0 1011101 1001100 101101 101011101 1010111 11101

Color Harmonies of #8C0A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0A22

Black with #8C0A22

Text Example


Text Example

White with #8C0A22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,10,34); }

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

background-color css

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

 a { background-color: rgb(140,10,34); }

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

border-color css

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

 span { border-color: rgb(140,10,34); }

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