#811A3A

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

Shades of Scarlett #811A3A

Tints of Scarlett #811A3A

Color information

#811A3A (or 0x811A3A) is unknown color: approx Scarlett. HEX triplet: 81, 1A and 3A. RGB value is (129,26,58). Sum of RGB (Red+Green+Blue) = 129+26+58=213 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.56% from 213); Green value is 26 (10.55% from 255 or 12.21% from 213); Blue value is 58 (23.05% from 255 or 27.23% from 213); Max value from RGB is 129 - color contains mainly: red. Hex color #811A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811A3A is #7EE5C5. Grayscale: #3C3C3C. Windows color (decimal): -8316358 or 3807873. OLE color: 3807873.

HSL color Cylindrical-coordinate representation of color #811A3A: hue angle of 341.36º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #811A3A is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB1292658-
CMYK00.800.550.49
HSL341.36º66.45%30.39%-
HSV(B)341.36º79.84%50.59%-
XYZ10.195.714.57-
YUV60.44126.62176.9-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 60.56%
GREEN value IS 26 (10.55% from 255) = 12.21%
BLUE value IS 58 (23.05% from 255) = 27.23%
R=60.56%
G=12.21%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129265800.800.550.49341.3666.4530.39
Hex811A3A0503731155421e
Octal20132720120676152510236
Binary100000011101011101001010000110111110001101010101100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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