Html Css Color HEX #8C032A Burgundy

📋 copy color: '#8C032A'

red 140 ◦ green 3 ◦ blue 42

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

Shades of Burgundy #8C032A

Tints of Burgundy #8C032A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 22.7%

R = 75.68%
G = 1.62%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.7

 K value IS 0.45

RGB Variations

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

Color information

#8C032A (or 0x8C032A) is known color: Burgundy. HEX triplet: 8C, 03 and 2A. RGB value is (140,3,42). Sum of RGB (Red+Green+Blue) = 140+3+42=185 (24% of max value = 765). Red value is 140 (55.08% from 255 or 75.68% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 140 - color contains mainly: red. Hex color #8C032A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C032A is #73FCD5. Grayscale: #303030. Windows color (decimal): -7601366 or 2753420. OLE color: 2753420.

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

Color convert

RGB 140 3 42 -
CMYK 0 0.98 0.7 0.45
HSL 342.92º 0.96% 0.28% -
HSV(B) 342.92º 0.98% 0.55% -
XYZ 11.27 5.81 2.72 -
YUV 48.41 124.39 193.33 -
System Red Green Blue C M Y K H S L
Decimal 140 3 42 0 0.98 0.7 0.45 342.92 0.96 0.28
Hex 8C 3 2A 0 62 46 2D 157 60 1C
Octal 214 3 52 0 142 106 55 527 140 34
Binary 10001100 11 101010 0 1100010 1000110 101101 101010111 1100000 11100

Color Harmonies of #8C032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C032A

Black with #8C032A

Text Example


Text Example

White with #8C032A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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