#8C1415

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

Shades of Sangria #8C1415

Tints of Sangria #8C1415

Color information

#8C1415 (or 0x8C1415) is unknown color: approx Sangria. HEX triplet: 8C, 14 and 15. RGB value is (140,20,21). Sum of RGB (Red+Green+Blue) = 140+20+21=181 (23% of max value = 765). Red value is 140 (55.08% from 255 or 77.35% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 21 (8.59% from 255 or 11.60% from 181); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1415 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C1415 is #73EBEA. Grayscale: #383838. Windows color (decimal): -7597035 or 1381516. OLE color: 1381516.

HSL color Cylindrical-coordinate representation of color #8C1415: hue angle of 359.5º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C1415 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.45.

Color convert

RGB1402021-
CMYK00.860.850.45
HSL359.5º75%31.37%-
HSV(B)359.5º85.71%54.9%-
XYZ11.26.131.3-
YUV55.99108.26187.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 77.35%
GREEN value IS 20 (8.20% from 255) = 11.05%
BLUE value IS 21 (8.59% from 255) = 11.60%
R=77.35%
G=11.05%
B=11.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140202100.860.850.45359.57531.37
Hex8C1415056552D1684b1f
Octal214242501261255555011337
Binary100011001010010101010101101010101101101101101000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,20,21); }

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

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

 a { background-color: rgb(140,20,21); }

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

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

 span { border-color: rgb(140,20,21); }

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