Html Css Color HEX #8C0326 Burgundy

📋 copy color: '#8C0326'

red 140 ◦ green 3 ◦ blue 38

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

Shades of Burgundy #8C0326

Tints of Burgundy #8C0326

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.66%

 BLUE value IS 38 (15.23% from 255) = 20.99%

R = 77.35%
G = 1.66%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.45

RGB Variations

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

Color information

#8C0326 (or 0x8C0326) is known color: Burgundy. HEX triplet: 8C, 03 and 26. RGB value is (140,3,38). Sum of RGB (Red+Green+Blue) = 140+3+38=181 (23% of max value = 765). Red value is 140 (55.08% from 255 or 77.35% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 38 (15.23% from 255 or 20.99% from 181); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0326 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0326 is #73FCD9. Grayscale: #2F2F2F. Windows color (decimal): -7601370 or 2491276. OLE color: 2491276.

HSL color Cylindrical-coordinate representation of color #8C0326: hue angle of 344.67º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C0326 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 3 38 -
CMYK 0 0.98 0.73 0.45
HSL 344.67º 0.96% 0.28% -
HSV(B) 344.67º 0.98% 0.55% -
XYZ 11.2 5.78 2.36 -
YUV 47.95 122.39 193.65 -
System Red Green Blue C M Y K H S L
Decimal 140 3 38 0 0.98 0.73 0.45 344.67 0.96 0.28
Hex 8C 3 26 0 62 49 2D 159 60 1C
Octal 214 3 46 0 142 111 55 531 140 34
Binary 10001100 11 100110 0 1100010 1001001 101101 101011001 1100000 11100

Color Harmonies of #8C0326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0326

Black with #8C0326

Text Example


Text Example

White with #8C0326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,3,38); }

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

background-color css

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

 a { background-color: rgb(140,3,38); }

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

border-color css

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

 span { border-color: rgb(140,3,38); }

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