#881314

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

Shades of Sangria #881314

Tints of Sangria #881314

Color information

#881314 (or 0x881314) is unknown color: approx Sangria. HEX triplet: 88, 13 and 14. RGB value is (136,19,20). Sum of RGB (Red+Green+Blue) = 136+19+20=175 (23% of max value = 765). Red value is 136 (53.52% from 255 or 77.71% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 20 (8.20% from 255 or 11.43% from 175); Max value from RGB is 136 - color contains mainly: red. Hex color #881314 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881314 is #77ECEB. Grayscale: #363636. Windows color (decimal): -7859436 or 1315720. OLE color: 1315720.

HSL color Cylindrical-coordinate representation of color #881314: hue angle of 359.49º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #881314 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB1361920-
CMYK00.860.850.47
HSL359.49º75.48%30.39%-
HSV(B)359.49º86.03%53.33%-
XYZ10.515.751.22-
YUV54.1108.76186.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 77.71%
GREEN value IS 19 (7.81% from 255) = 10.86%
BLUE value IS 20 (8.20% from 255) = 11.43%
R=77.71%
G=10.86%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136192000.860.850.47359.4975.4830.39
Hex881314056552F1674b1e
Octal210232401261255754711336
Binary100010001001110100010101101010101101111101100111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881314; }

 p { color: rgb(136,19,20); }

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

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

 a { background-color: rgb(136,19,20); }

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

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

 span { border-color: rgb(136,19,20); }

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