#8C0310

Color #8C0310 Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #8C0310

Tints of Sangria #8C0310

Color information

#8C0310 (or 0x8C0310) is unknown color: approx Sangria. HEX triplet: 8C, 03 and 10. RGB value is (140,3,16). Sum of RGB (Red+Green+Blue) = 140+3+16=159 (21% of max value = 765). Red value is 140 (55.08% from 255 or 88.05% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 16 (6.64% from 255 or 10.06% from 159); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0310 is #73FCEF. Grayscale: #2D2D2D. Windows color (decimal): -7601392 or 1049484. OLE color: 1049484.

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

Color convert

RGB140316-
CMYK00.980.890.45
HSL354.31º95.8%28.04%-
HSV(B)354.31º97.86%54.9%-
XYZ10.945.681.01-
YUV45.44111.39195.44-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 88.05%
GREEN value IS 3 (1.56% from 255) = 1.89%
BLUE value IS 16 (6.64% from 255) = 10.06%
R=88.05%
G=1.89%
B=10.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14031600.980.890.45354.3195.828.04
Hex8C310062592D162601c
Octal21432001421315554214034
Binary100011001110000011000101011001101101101100010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C0310;
 }
 .AnyTagClassName
 {
   color: #8C0310;
 }
</style>
background-color css

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

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

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

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

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

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