#801435

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

Shades of Scarlett #801435

Tints of Scarlett #801435

Color information

#801435 (or 0x801435) is unknown color: approx Scarlett. HEX triplet: 80, 14 and 35. RGB value is (128,20,53). Sum of RGB (Red+Green+Blue) = 128+20+53=201 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.68% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 128 - color contains mainly: red. Hex color #801435 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801435 is #7FEBCA. Grayscale: #383838. Windows color (decimal): -8383435 or 3478656. OLE color: 3478656.

HSL color Cylindrical-coordinate representation of color #801435: hue angle of 341.67º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #801435 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB1282053-
CMYK00.840.590.50
HSL341.67º72.97%29.02%-
HSV(B)341.67º84.38%50.2%-
XYZ9.795.353.88-
YUV56.05126.28179.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 63.68%
GREEN value IS 20 (8.20% from 255) = 9.95%
BLUE value IS 53 (21.09% from 255) = 26.37%
R=63.68%
G=9.95%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128205300.840.590.50341.6772.9729.02
Hex8014350543B32156491d
Octal20024650124736252611135
Binary100000001010011010101010100111011110010101010110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801435; }

 p { color: rgb(128,20,53); }

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

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

 a { background-color: rgb(128,20,53); }

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

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

 span { border-color: rgb(128,20,53); }

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