#802335

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

Shades of Scarlett #802335

Tints of Scarlett #802335

Color information

#802335 (or 0x802335) is unknown color: approx Scarlett. HEX triplet: 80, 23 and 35. RGB value is (128,35,53). Sum of RGB (Red+Green+Blue) = 128+35+53=216 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.26% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 128 - color contains mainly: red. Hex color #802335 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802335 is #7FDCCA. Grayscale: #404040. Windows color (decimal): -8379595 or 3482496. OLE color: 3482496.

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

Color convert

RGB1283553-
CMYK00.730.590.50
HSL348.39º57.06%31.96%-
HSV(B)348.39º72.66%50.2%-
XYZ10.156.054-
YUV64.86121.31173.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 59.26%
GREEN value IS 35 (14.06% from 255) = 16.20%
BLUE value IS 53 (21.09% from 255) = 24.54%
R=59.26%
G=16.20%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128355300.730.590.50348.3957.0631.96
Hex8023350493B3215c3920
Octal2004365011173625347140
Binary1000000010001111010101001001111011110010101011100111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802335; }

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

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

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

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

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

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

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

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