#871235

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

Shades of Scarlett #871235

Tints of Scarlett #871235

Color information

#871235 (or 0x871235) is unknown color: approx Scarlett. HEX triplet: 87, 12 and 35. RGB value is (135,18,53). Sum of RGB (Red+Green+Blue) = 135+18+53=206 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.53% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 135 - color contains mainly: red. Hex color #871235 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871235 is #78EDCA. Grayscale: #383838. Windows color (decimal): -7925195 or 3478151. OLE color: 3478151.

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

Color convert

RGB1351853-
CMYK00.870.610.47
HSL342.05º76.47%30%-
HSV(B)342.05º86.67%52.94%-
XYZ10.855.843.92-
YUV56.97125.76183.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 65.53%
GREEN value IS 18 (7.42% from 255) = 8.74%
BLUE value IS 53 (21.09% from 255) = 25.73%
R=65.53%
G=8.74%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135185300.870.610.47342.0576.4730
Hex8712350573D2F1564c1e
Octal20722650127755752611436
Binary100001111001011010101010111111101101111101010110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871235; }

 p { color: rgb(135,18,53); }

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

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

 a { background-color: rgb(135,18,53); }

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

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

 span { border-color: rgb(135,18,53); }

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