#871834

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

Shades of Scarlett #871834

Tints of Scarlett #871834

Color information

#871834 (or 0x871834) is unknown color: approx Scarlett. HEX triplet: 87, 18 and 34. RGB value is (135,24,52). Sum of RGB (Red+Green+Blue) = 135+24+52=211 (27% of max value = 765). Red value is 135 (53.12% from 255 or 63.98% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 52 (20.70% from 255 or 24.64% from 211); Max value from RGB is 135 - color contains mainly: red. Hex color #871834 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871834 is #78E7CB. Grayscale: #3C3C3C. Windows color (decimal): -7923660 or 3414151. OLE color: 3414151.

HSL color Cylindrical-coordinate representation of color #871834: hue angle of 344.86º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #871834 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB1352452-
CMYK00.820.610.47
HSL344.86º69.81%31.18%-
HSV(B)344.86º82.22%52.94%-
XYZ10.946.053.84-
YUV60.38123.27181.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 63.98%
GREEN value IS 24 (9.77% from 255) = 11.37%
BLUE value IS 52 (20.70% from 255) = 24.64%
R=63.98%
G=11.37%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135245200.820.610.47344.8669.8131.18
Hex8718340523D2F159461f
Octal20730640122755753110637
Binary100001111100011010001010010111101101111101011001100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871834; }

 p { color: rgb(135,24,52); }

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

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

 a { background-color: rgb(135,24,52); }

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

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

 span { border-color: rgb(135,24,52); }

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