#841535

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

Shades of Scarlett #841535

Tints of Scarlett #841535

Color information

#841535 (or 0x841535) is unknown color: approx Scarlett. HEX triplet: 84, 15 and 35. RGB value is (132,21,53). Sum of RGB (Red+Green+Blue) = 132+21+53=206 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.08% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 132 - color contains mainly: red. Hex color #841535 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841535 is #7BEACA. Grayscale: #393939. Windows color (decimal): -8121035 or 3478916. OLE color: 3478916.

HSL color Cylindrical-coordinate representation of color #841535: hue angle of 342.7º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #841535 is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB1322153-
CMYK00.840.600.48
HSL342.7º72.55%30%-
HSV(B)342.7º84.09%51.76%-
XYZ10.435.73.92-
YUV57.84125.27180.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 64.08%
GREEN value IS 21 (8.59% from 255) = 10.19%
BLUE value IS 53 (21.09% from 255) = 25.73%
R=64.08%
G=10.19%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132215300.840.600.48342.772.5530
Hex8415350543C30157491e
Octal20425650124746052711136
Binary100001001010111010101010100111100110000101010111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841535; }

 p { color: rgb(132,21,53); }

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

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

 a { background-color: rgb(132,21,53); }

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

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

 span { border-color: rgb(132,21,53); }

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