Html Css Color HEX #8C0028 Burgundy

📋 copy color: '#8C0028'

red 140 ◦ green 0 ◦ blue 40

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

Shades of Burgundy #8C0028

Tints of Burgundy #8C0028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 22.22%

R = 77.78%
G = 0%
B = 22.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#8C0028 (or 0x8C0028) is known color: Burgundy. HEX triplet: 8C, 00 and 28. RGB value is (140,0,40). Sum of RGB (Red+Green+Blue) = 140+0+40=180 (23% of max value = 765). Red value is 140 (55.08% from 255 or 77.78% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0028 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0028 is #73FFD7. Grayscale: #2E2E2E. Windows color (decimal): -7602136 or 2621580. OLE color: 2621580.

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

Color convert

RGB 140 0 40 -
CMYK 0 1 0.71 0.45
HSL 342.86º 1% 0.27% -
HSV(B) 342.86º 1% 0.55% -
XYZ 11.2 5.73 2.52 -
YUV 46.42 124.38 194.75 -
System Red Green Blue C M Y K H S L
Decimal 140 0 40 0 1 0.71 0.45 342.86 1 0.27
Hex 8C 0 28 0 64 47 2D 157 64 1B
Octal 214 0 50 0 144 107 55 527 144 33
Binary 10001100 0 101000 0 1100100 1000111 101101 101010111 1100100 11011

Color Harmonies of #8C0028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0028

Black with #8C0028

Text Example


Text Example

White with #8C0028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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