#802337

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

Shades of Scarlett #802337

Tints of Scarlett #802337

Color information

#802337 (or 0x802337) is unknown color: approx Scarlett. HEX triplet: 80, 23 and 37. RGB value is (128,35,55). Sum of RGB (Red+Green+Blue) = 128+35+55=218 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.72% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 55 (21.88% from 255 or 25.23% from 218); Max value from RGB is 128 - color contains mainly: red. Hex color #802337 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802337 is #7FDCC8. Grayscale: #414141. Windows color (decimal): -8379593 or 3613568. OLE color: 3613568.

HSL color Cylindrical-coordinate representation of color #802337: hue angle of 347.1º 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 #802337 is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.50.

Color convert

RGB1283555-
CMYK00.730.570.50
HSL347.1º57.06%31.96%-
HSV(B)347.1º72.66%50.2%-
XYZ10.196.074.25-
YUV65.09122.31172.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 58.72%
GREEN value IS 35 (14.06% from 255) = 16.06%
BLUE value IS 55 (21.88% from 255) = 25.23%
R=58.72%
G=16.06%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.57
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128355500.730.570.50347.157.0631.96
Hex802337049393215b3920
Octal2004367011171625337140
Binary1000000010001111011101001001111001110010101011011111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802337; }

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

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

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

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

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

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

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

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