#881330

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

Shades of Scarlett #881330

Tints of Scarlett #881330

Color information

#881330 (or 0x881330) is unknown color: approx Scarlett. HEX triplet: 88, 13 and 30. RGB value is (136,19,48). Sum of RGB (Red+Green+Blue) = 136+19+48=203 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.00% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 136 - color contains mainly: red. Hex color #881330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881330 is #77ECCF. Grayscale: #393939. Windows color (decimal): -7859408 or 3150728. OLE color: 3150728.

HSL color Cylindrical-coordinate representation of color #881330: hue angle of 345.13º 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 #881330 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB1361948-
CMYK00.860.650.47
HSL345.13º75.48%30.39%-
HSV(B)345.13º86.03%53.33%-
XYZ10.925.913.36-
YUV57.29122.76184.14-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 67.00%
GREEN value IS 19 (7.81% from 255) = 9.36%
BLUE value IS 48 (19.14% from 255) = 23.65%
R=67.00%
G=9.36%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136194800.860.650.47345.1375.4830.39
Hex881330056412F1594b1e
Octal210236001261015753111336
Binary1000100010011110000010101101000001101111101011001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881330; }

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

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

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

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

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

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

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

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