Html Css Color HEX #8C002B Burgundy

📋 copy color: '#8C002B'

red 140 ◦ green 0 ◦ blue 43

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

Shades of Burgundy #8C002B

Tints of Burgundy #8C002B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 43 (17.19% from 255) = 23.5%

R = 76.5%
G = 0%
B = 23.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8C002B (or 0x8C002B) is known color: Burgundy. HEX triplet: 8C, 00 and 2B. RGB value is (140,0,43). Sum of RGB (Red+Green+Blue) = 140+0+43=183 (24% of max value = 765). Red value is 140 (55.08% from 255 or 76.50% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 43 (17.19% from 255 or 23.50% from 183); Max value from RGB is 140 - color contains mainly: red. Hex color #8C002B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C002B is #73FFD4. Grayscale: #2E2E2E. Windows color (decimal): -7602133 or 2818188. OLE color: 2818188.

HSL color Cylindrical-coordinate representation of color #8C002B: hue angle of 341.57º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C002B is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 0 43 -
CMYK 0 1 0.69 0.45
HSL 341.57º 1% 0.27% -
HSV(B) 341.57º 1% 0.55% -
XYZ 11.25 5.75 2.8 -
YUV 46.76 125.88 194.5 -
System Red Green Blue C M Y K H S L
Decimal 140 0 43 0 1 0.69 0.45 341.57 1 0.27
Hex 8C 0 2B 0 64 45 2D 156 64 1B
Octal 214 0 53 0 144 105 55 526 144 33
Binary 10001100 0 101011 0 1100100 1000101 101101 101010110 1100100 11011

Color Harmonies of #8C002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C002B

Black with #8C002B

Text Example


Text Example

White with #8C002B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,0,43); }

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

background-color css

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

 a { background-color: rgb(140,0,43); }

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

border-color css

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

 span { border-color: rgb(140,0,43); }

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