#881518

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

Shades of Sangria #881518

Tints of Sangria #881518

Color information

#881518 (or 0x881518) is unknown color: approx Sangria. HEX triplet: 88, 15 and 18. RGB value is (136,21,24). Sum of RGB (Red+Green+Blue) = 136+21+24=181 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.14% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 24 (9.77% from 255 or 13.26% from 181); Max value from RGB is 136 - color contains mainly: red. Hex color #881518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881518 is #77EAE7. Grayscale: #373737. Windows color (decimal): -7858920 or 1578376. OLE color: 1578376.

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

Color convert

RGB1362124-
CMYK00.850.820.47
HSL358.43º73.25%30.78%-
HSV(B)358.43º84.56%53.33%-
XYZ10.595.841.43-
YUV55.73110.1185.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 75.14%
GREEN value IS 21 (8.59% from 255) = 11.60%
BLUE value IS 24 (9.77% from 255) = 13.26%
R=75.14%
G=11.60%
B=13.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136212400.850.820.47358.4373.2530.78
Hex881518055522F166491f
Octal210253001251225754611137
Binary100010001010111000010101011010010101111101100110100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881518; }

 p { color: rgb(136,21,24); }

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

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

 a { background-color: rgb(136,21,24); }

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

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

 span { border-color: rgb(136,21,24); }

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