#811F3A

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

Shades of Scarlett #811F3A

Tints of Scarlett #811F3A

Color information

#811F3A (or 0x811F3A) is unknown color: approx Scarlett. HEX triplet: 81, 1F and 3A. RGB value is (129,31,58). Sum of RGB (Red+Green+Blue) = 129+31+58=218 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.17% from 218); Green value is 31 (12.5% from 255 or 14.22% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 129 - color contains mainly: red. Hex color #811F3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811F3A is #7EE0C5. Grayscale: #3F3F3F. Windows color (decimal): -8315078 or 3809153. OLE color: 3809153.

HSL color Cylindrical-coordinate representation of color #811F3A: hue angle of 343.47º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #811F3A is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB1293158-
CMYK00.760.550.49
HSL343.47º61.25%31.37%-
HSV(B)343.47º75.97%50.59%-
XYZ10.315.954.61-
YUV63.38124.97174.8-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 59.17%
GREEN value IS 31 (12.5% from 255) = 14.22%
BLUE value IS 58 (23.05% from 255) = 26.61%
R=59.17%
G=14.22%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129315800.760.550.49343.4761.2531.37
Hex811F3A04C37311573d1f
Octal2013772011467615277537
Binary10000001111111110100100110011011111000110101011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811F3A; }

 p { color: rgb(129,31,58); }

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

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

 a { background-color: rgb(129,31,58); }

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

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

 span { border-color: rgb(129,31,58); }

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