#88152E

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

Shades of Scarlett #88152E

Tints of Scarlett #88152E

Color information

#88152E (or 0x88152E) is unknown color: approx Scarlett. HEX triplet: 88, 15 and 2E. RGB value is (136,21,46). Sum of RGB (Red+Green+Blue) = 136+21+46=203 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.00% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 136 - color contains mainly: red. Hex color #88152E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88152E is #77EAD1. Grayscale: #3A3A3A. Windows color (decimal): -7858898 or 3020168. OLE color: 3020168.

HSL color Cylindrical-coordinate representation of color #88152E: hue angle of 346.96º 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 #88152E is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB1362146-
CMYK00.850.660.47
HSL346.96º73.25%30.78%-
HSV(B)346.96º84.56%53.33%-
XYZ10.915.973.16-
YUV58.24121.1183.47-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 67.00%
GREEN value IS 21 (8.59% from 255) = 10.34%
BLUE value IS 46 (18.36% from 255) = 22.66%
R=67.00%
G=10.34%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136214600.850.660.47346.9673.2530.78
Hex88152E055422F15b491f
Octal210255601251025753311137
Binary1000100010101101110010101011000010101111101011011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88152E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88152E; }

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

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

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

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

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

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

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

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