Html Css Color HEX #8C0030 Burgundy

📋 copy color: '#8C0030'

red 140 ◦ green 0 ◦ blue 48

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

Shades of Burgundy #8C0030

Tints of Burgundy #8C0030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 25.53%

R = 74.47%
G = 0%
B = 25.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.45

RGB Variations

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

Color information

#8C0030 (or 0x8C0030) is known color: Burgundy. HEX triplet: 8C, 00 and 30. RGB value is (140,0,48). Sum of RGB (Red+Green+Blue) = 140+0+48=188 (24% of max value = 765). Red value is 140 (55.08% from 255 or 74.47% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 48 (19.14% from 255 or 25.53% from 188); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0030 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0030 is #73FFCF. Grayscale: #2F2F2F. Windows color (decimal): -7602128 or 3145868. OLE color: 3145868.

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

Color convert

RGB 140 0 48 -
CMYK 0 1 0.66 0.45
HSL 339.43º 1% 0.27% -
HSV(B) 339.43º 1% 0.55% -
XYZ 11.35 5.79 3.32 -
YUV 47.33 128.38 194.1 -
System Red Green Blue C M Y K H S L
Decimal 140 0 48 0 1 0.66 0.45 339.43 1 0.27
Hex 8C 0 30 0 64 42 2D 153 64 1B
Octal 214 0 60 0 144 102 55 523 144 33
Binary 10001100 0 110000 0 1100100 1000010 101101 101010011 1100100 11011

Color Harmonies of #8C0030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0030

Black with #8C0030

Text Example


Text Example

White with #8C0030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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