#881238

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

Shades of Scarlett #881238

Tints of Scarlett #881238

Color information

#881238 (or 0x881238) is unknown color: approx Scarlett. HEX triplet: 88, 12 and 38. RGB value is (136,18,56). Sum of RGB (Red+Green+Blue) = 136+18+56=210 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.76% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 56 (22.27% from 255 or 26.67% from 210); Max value from RGB is 136 - color contains mainly: red. Hex color #881238 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881238 is #77EDC7. Grayscale: #393939. Windows color (decimal): -7859656 or 3674760. OLE color: 3674760.

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

Color convert

RGB1361856-
CMYK00.870.590.47
HSL340.68º76.62%30.2%-
HSV(B)340.68º86.76%53.33%-
XYZ11.085.954.31-
YUV57.61127.09183.91-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 64.76%
GREEN value IS 18 (7.42% from 255) = 8.57%
BLUE value IS 56 (22.27% from 255) = 26.67%
R=64.76%
G=8.57%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136185600.870.590.47340.6876.6230.2
Hex8812380573B2F1554d1e
Octal21022700127735752511536
Binary100010001001011100001010111111011101111101010101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881238; }

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

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

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

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

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

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

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

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