#881214

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

Shades of Sangria #881214

Tints of Sangria #881214

Color information

#881214 (or 0x881214) is unknown color: approx Sangria. HEX triplet: 88, 12 and 14. RGB value is (136,18,20). Sum of RGB (Red+Green+Blue) = 136+18+20=174 (23% of max value = 765). Red value is 136 (53.52% from 255 or 78.16% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 136 - color contains mainly: red. Hex color #881214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881214 is #77EDEB. Grayscale: #353535. Windows color (decimal): -7859692 or 1315464. OLE color: 1315464.

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

Color convert

RGB1361820-
CMYK00.870.850.47
HSL358.98º76.62%30.2%-
HSV(B)358.98º86.76%53.33%-
XYZ10.55.721.21-
YUV53.51109.09186.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 78.16%
GREEN value IS 18 (7.42% from 255) = 10.34%
BLUE value IS 20 (8.20% from 255) = 11.49%
R=78.16%
G=10.34%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136182000.870.850.47358.9876.6230.2
Hex881214057552F1674d1e
Octal210222401271255754711536
Binary100010001001010100010101111010101101111101100111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881214; }

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

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

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

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

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

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

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

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