#8c0107

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

Shades of Sangria #8C0107

Tints of Sangria #8C0107

Color information

#8C0107 (or 0x8C0107) is unknown color: approx Sangria. HEX triplet: 8C, 01 and 07. RGB value is (140,1,7). Sum of RGB (Red+Green+Blue) = 140+1+7=148 (19% of max value = 765). Red value is 140 (55.08% from 255 or 94.59% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 7 (3.12% from 255 or 4.73% from 148); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0107 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0107 is #73FEF8. Grayscale: #2B2B2B. Windows color (decimal): -7601913 or 459148. OLE color: 459148.

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

Color convert

RGB14017-
CMYK00.990.950.45
HSL357.41º98.58%27.65%-
HSV(B)357.41º99.29%54.9%-
XYZ10.865.610.71-
YUV43.24107.55197.01-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 94.59%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 7 (3.12% from 255) = 4.73%
R=94.59%
G=0.68%
B=4.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.95
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401700.990.950.45357.4198.5827.65
Hex8C170635F2D165631c
Octal2141701431375554514334
Binary100011001111011000111011111101101101100101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c0107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,1,7); }

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

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

 a { background-color: rgb(140,1,7); }

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

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

 span { border-color: rgb(140,1,7); }

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