#811331

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

Shades of Scarlett #811331

Tints of Scarlett #811331

Color information

#811331 (or 0x811331) is unknown color: approx Scarlett. HEX triplet: 81, 13 and 31. RGB value is (129,19,49). Sum of RGB (Red+Green+Blue) = 129+19+49=197 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.48% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 129 - color contains mainly: red. Hex color #811331 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811331 is #7EECCE. Grayscale: #373737. Windows color (decimal): -8318159 or 3216257. OLE color: 3216257.

HSL color Cylindrical-coordinate representation of color #811331: hue angle of 343.64º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #811331 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB1291949-
CMYK00.850.620.49
HSL343.64º74.32%29.02%-
HSV(B)343.64º85.27%50.59%-
XYZ9.845.353.42-
YUV55.31124.44180.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 65.48%
GREEN value IS 19 (7.81% from 255) = 9.64%
BLUE value IS 49 (19.53% from 255) = 24.87%
R=65.48%
G=9.64%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129194900.850.620.49343.6474.3229.02
Hex8113310553E311584a1d
Octal20123610125766153011235
Binary100000011001111000101010101111110110001101011000100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811331; }

 p { color: rgb(129,19,49); }

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

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

 a { background-color: rgb(129,19,49); }

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

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

 span { border-color: rgb(129,19,49); }

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