#782131

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

Shades of Scarlett #782131

Tints of Scarlett #782131

Color information

#782131 (or 0x782131) is unknown color: approx Scarlett. HEX triplet: 78, 21 and 31. RGB value is (120,33,49). Sum of RGB (Red+Green+Blue) = 120+33+49=202 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.41% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 49 (19.53% from 255 or 24.26% from 202); Max value from RGB is 120 - color contains mainly: red. Hex color #782131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782131 is #87DECE. Grayscale: #3C3C3C. Windows color (decimal): -8904399 or 3219832. OLE color: 3219832.

HSL color Cylindrical-coordinate representation of color #782131: hue angle of 348.97º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #782131 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB1203349-
CMYK00.720.590.53
HSL348.97º56.86%30%-
HSV(B)348.97º72.5%47.06%-
XYZ8.845.33.46-
YUV60.84121.32170.2-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 59.41%
GREEN value IS 33 (13.28% from 255) = 16.34%
BLUE value IS 49 (19.53% from 255) = 24.26%
R=59.41%
G=16.34%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120334900.720.590.53348.9756.8630
Hex7821310483B3515d391e
Octal1704161011073655357136
Binary11110001000011100010100100011101111010110101110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782131; }

 p { color: rgb(120,33,49); }

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

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

 a { background-color: rgb(120,33,49); }

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

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

 span { border-color: rgb(120,33,49); }

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