Html Css Color HEX #8C0930 Burgundy

📋 copy color: '#8C0930'

red 140 ◦ green 9 ◦ blue 48

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

Shades of Burgundy #8C0930

Tints of Burgundy #8C0930

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.57%

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

R = 71.07%
G = 4.57%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.45

RGB Variations

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

Color information

#8C0930 (or 0x8C0930) is known color: Burgundy. HEX triplet: 8C, 09 and 30. RGB value is (140,9,48). Sum of RGB (Red+Green+Blue) = 140+9+48=197 (26% of max value = 765). Red value is 140 (55.08% from 255 or 71.07% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 48 (19.14% from 255 or 24.37% from 197); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0930 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0930 is #73F6CF. Grayscale: #343434. Windows color (decimal): -7599824 or 3148172. OLE color: 3148172.

HSL color Cylindrical-coordinate representation of color #8C0930: hue angle of 342.14º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0930 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 9 48 -
CMYK 0 0.94 0.66 0.45
HSL 342.14º 0.88% 0.29% -
HSV(B) 342.14º 0.94% 0.55% -
XYZ 11.45 5.98 3.35 -
YUV 52.62 125.4 190.33 -
System Red Green Blue C M Y K H S L
Decimal 140 9 48 0 0.94 0.66 0.45 342.14 0.88 0.29
Hex 8C 9 30 0 5E 42 2D 156 58 1D
Octal 214 11 60 0 136 102 55 526 130 35
Binary 10001100 1001 110000 0 1011110 1000010 101101 101010110 1011000 11101

Color Harmonies of #8C0930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0930

Black with #8C0930

Text Example


Text Example

White with #8C0930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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