#881328

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

Shades of Scarlett #881328

Tints of Scarlett #881328

Color information

#881328 (or 0x881328) is unknown color: approx Scarlett. HEX triplet: 88, 13 and 28. RGB value is (136,19,40). Sum of RGB (Red+Green+Blue) = 136+19+40=195 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.74% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 40 (16.02% from 255 or 20.51% from 195); Max value from RGB is 136 - color contains mainly: red. Hex color #881328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881328 is #77ECD7. Grayscale: #383838. Windows color (decimal): -7859416 or 2626440. OLE color: 2626440.

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

Color convert

RGB1361940-
CMYK00.860.710.47
HSL349.23º75.48%30.39%-
HSV(B)349.23º86.03%53.33%-
XYZ10.775.852.57-
YUV56.38118.76184.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 69.74%
GREEN value IS 19 (7.81% from 255) = 9.74%
BLUE value IS 40 (16.02% from 255) = 20.51%
R=69.74%
G=9.74%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136194000.860.710.47349.2375.4830.39
Hex881328056472F15d4b1e
Octal210235001261075753511336
Binary1000100010011101000010101101000111101111101011101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881328; }

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

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

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

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

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

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

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

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