#8F1113

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

Shades of Sangria #8F1113

Tints of Sangria #8F1113

Color information

#8F1113 (or 0x8F1113) is unknown color: approx Sangria. HEX triplet: 8F, 11 and 13. RGB value is (143,17,19). Sum of RGB (Red+Green+Blue) = 143+17+19=179 (23% of max value = 765). Red value is 143 (56.25% from 255 or 79.89% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 19 (7.81% from 255 or 10.61% from 179); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F1113 is #70EEEC. Grayscale: #373737. Windows color (decimal): -7401197 or 1249679. OLE color: 1249679.

HSL color Cylindrical-coordinate representation of color #8F1113: hue angle of 359.05º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F1113 is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB1431719-
CMYK00.880.870.44
HSL359.05º78.75%31.37%-
HSV(B)359.05º88.11%56.08%-
XYZ11.656.291.22-
YUV54.9107.74190.84-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 79.89%
GREEN value IS 17 (7.03% from 255) = 9.50%
BLUE value IS 19 (7.81% from 255) = 10.61%
R=79.89%
G=9.50%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.87
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143171900.880.870.44359.0578.7531.37
Hex8F1113058572C1674f1f
Octal217212301301275454711737
Binary100011111000110011010110001010111101100101100111100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,17,19); }

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

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

 a { background-color: rgb(143,17,19); }

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

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

 span { border-color: rgb(143,17,19); }

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