#881132

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

Shades of Scarlett #881132

Tints of Scarlett #881132

Color information

#881132 (or 0x881132) is unknown color: approx Scarlett. HEX triplet: 88, 11 and 32. RGB value is (136,17,50). Sum of RGB (Red+Green+Blue) = 136+17+50=203 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.00% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 50 (19.92% from 255 or 24.63% from 203); Max value from RGB is 136 - color contains mainly: red. Hex color #881132 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881132 is #77EECD. Grayscale: #383838. Windows color (decimal): -7859918 or 3281288. OLE color: 3281288.

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

Color convert

RGB1361750-
CMYK00.870.630.47
HSL343.36º77.78%30%-
HSV(B)343.36º87.5%53.33%-
XYZ10.935.873.57-
YUV56.34124.42184.82-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 67.00%
GREEN value IS 17 (7.03% from 255) = 8.37%
BLUE value IS 50 (19.92% from 255) = 24.63%
R=67.00%
G=8.37%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136175000.870.630.47343.3677.7830
Hex8811320573F2F1574e1e
Octal21021620127775752711636
Binary100010001000111001001010111111111101111101010111100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881132; }

 p { color: rgb(136,17,50); }

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

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

 a { background-color: rgb(136,17,50); }

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

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

 span { border-color: rgb(136,17,50); }

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