#811928

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

Shades of Scarlett #811928

Tints of Scarlett #811928

Color information

#811928 (or 0x811928) is unknown color: approx Scarlett. HEX triplet: 81, 19 and 28. RGB value is (129,25,40). Sum of RGB (Red+Green+Blue) = 129+25+40=194 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.49% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 129 - color contains mainly: red. Hex color #811928 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811928 is #7EE6D7. Grayscale: #393939. Windows color (decimal): -8316632 or 2627969. OLE color: 2627969.

HSL color Cylindrical-coordinate representation of color #811928: hue angle of 351.35º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #811928 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB1292540-
CMYK00.810.690.49
HSL351.35º67.53%30.2%-
HSV(B)351.35º80.62%50.59%-
XYZ9.785.522.56-
YUV57.81117.96178.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 66.49%
GREEN value IS 25 (10.16% from 255) = 12.89%
BLUE value IS 40 (16.02% from 255) = 20.62%
R=66.49%
G=12.89%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129254000.810.690.49351.3567.5330.2
Hex811928051453115f441e
Octal201315001211056153710436
Binary1000000111001101000010100011000101110001101011111100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811928; }

 p { color: rgb(129,25,40); }

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

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

 a { background-color: rgb(129,25,40); }

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

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

 span { border-color: rgb(129,25,40); }

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