#801A3A

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

Shades of Scarlett #801A3A

Tints of Scarlett #801A3A

Color information

#801A3A (or 0x801A3A) is unknown color: approx Scarlett. HEX triplet: 80, 1A and 3A. RGB value is (128,26,58). Sum of RGB (Red+Green+Blue) = 128+26+58=212 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.38% from 212); Green value is 26 (10.55% from 255 or 12.26% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 128 - color contains mainly: red. Hex color #801A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801A3A is #7FE5C5. Grayscale: #3C3C3C. Windows color (decimal): -8381894 or 3807872. OLE color: 3807872.

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

Color convert

RGB1282658-
CMYK00.800.550.50
HSL341.18º66.23%30.2%-
HSV(B)341.18º79.69%50.2%-
XYZ10.045.634.56-
YUV60.15126.79176.4-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 60.38%
GREEN value IS 26 (10.55% from 255) = 12.26%
BLUE value IS 58 (23.05% from 255) = 27.36%
R=60.38%
G=12.26%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128265800.800.550.50341.1866.2330.2
Hex801A3A0503732155421e
Octal20032720120676252510236
Binary100000001101011101001010000110111110010101010101100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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