Html Css Color HEX #8C0A2E Burgundy

📋 copy color: '#8C0A2E'

red 140 ◦ green 10 ◦ blue 46

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

Shades of Burgundy #8C0A2E

Tints of Burgundy #8C0A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 23.47%

R = 71.43%
G = 5.1%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#8C0A2E (or 0x8C0A2E) is known color: Burgundy. HEX triplet: 8C, 0A and 2E. RGB value is (140,10,46). Sum of RGB (Red+Green+Blue) = 140+10+46=196 (25% of max value = 765). Red value is 140 (55.08% from 255 or 71.43% from 196); Green value is 10 (4.30% from 255 or 5.10% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0A2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0A2E is #73F5D1. Grayscale: #343434. Windows color (decimal): -7599570 or 3017356. OLE color: 3017356.

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

Color convert

RGB 140 10 46 -
CMYK 0 0.93 0.67 0.45
HSL 343.38º 0.87% 0.29% -
HSV(B) 343.38º 0.93% 0.55% -
XYZ 11.42 5.99 3.14 -
YUV 52.97 124.07 190.07 -
System Red Green Blue C M Y K H S L
Decimal 140 10 46 0 0.93 0.67 0.45 343.38 0.87 0.29
Hex 8C A 2E 0 5D 43 2D 157 57 1D
Octal 214 12 56 0 135 103 55 527 127 35
Binary 10001100 1010 101110 0 1011101 1000011 101101 101010111 1010111 11101

Color Harmonies of #8C0A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0A2E

Black with #8C0A2E

Text Example


Text Example

White with #8C0A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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