Html Css Color HEX #8C082E Burgundy

📋 copy color: '#8C082E'

red 140 ◦ green 8 ◦ blue 46

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

Shades of Burgundy #8C082E

Tints of Burgundy #8C082E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.12%

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

R = 72.16%
G = 4.12%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#8C082E (or 0x8C082E) is known color: Burgundy. HEX triplet: 8C, 08 and 2E. RGB value is (140,8,46). Sum of RGB (Red+Green+Blue) = 140+8+46=194 (25% of max value = 765). Red value is 140 (55.08% from 255 or 72.16% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 46 (18.36% from 255 or 23.71% from 194); Max value from RGB is 140 - color contains mainly: red. Hex color #8C082E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C082E is #73F7D1. Grayscale: #333333. Windows color (decimal): -7600082 or 3016844. OLE color: 3016844.

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

Color convert

RGB 140 8 46 -
CMYK 0 0.94 0.67 0.45
HSL 342.73º 0.89% 0.29% -
HSV(B) 342.73º 0.94% 0.55% -
XYZ 11.4 5.95 3.13 -
YUV 51.8 124.73 190.91 -
System Red Green Blue C M Y K H S L
Decimal 140 8 46 0 0.94 0.67 0.45 342.73 0.89 0.29
Hex 8C 8 2E 0 5E 43 2D 157 59 1D
Octal 214 10 56 0 136 103 55 527 131 35
Binary 10001100 1000 101110 0 1011110 1000011 101101 101010111 1011001 11101

Color Harmonies of #8C082E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C082E

Black with #8C082E

Text Example


Text Example

White with #8C082E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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