#88123A

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

Shades of Scarlett #88123A

Tints of Scarlett #88123A

Color information

#88123A (or 0x88123A) is unknown color: approx Scarlett. HEX triplet: 88, 12 and 3A. RGB value is (136,18,58). Sum of RGB (Red+Green+Blue) = 136+18+58=212 (28% of max value = 765). Red value is 136 (53.52% from 255 or 64.15% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 136 - color contains mainly: red. Hex color #88123A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88123A is #77EDC5. Grayscale: #393939. Windows color (decimal): -7859654 or 3805832. OLE color: 3805832.

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

Color convert

RGB1361858-
CMYK00.870.570.47
HSL339.66º76.62%30.2%-
HSV(B)339.66º86.76%53.33%-
XYZ11.135.974.57-
YUV57.84128.09183.75-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 64.15%
GREEN value IS 18 (7.42% from 255) = 8.49%
BLUE value IS 58 (23.05% from 255) = 27.36%
R=64.15%
G=8.49%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136185800.870.570.47339.6676.6230.2
Hex88123A057392F1544d1e
Octal21022720127715752411536
Binary100010001001011101001010111111001101111101010100100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88123A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88123A; }

 p { color: rgb(136,18,58); }

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

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

 a { background-color: rgb(136,18,58); }

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

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

 span { border-color: rgb(136,18,58); }

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