#782531

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

Shades of Scarlett #782531

Tints of Scarlett #782531

Color information

#782531 (or 0x782531) is unknown color: approx Scarlett. HEX triplet: 78, 25 and 31. RGB value is (120,37,49). Sum of RGB (Red+Green+Blue) = 120+37+49=206 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.25% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 49 (19.53% from 255 or 23.79% from 206); Max value from RGB is 120 - color contains mainly: red. Hex color #782531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782531 is #87DACE. Grayscale: #3F3F3F. Windows color (decimal): -8903375 or 3220856. OLE color: 3220856.

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

Color convert

RGB1203749-
CMYK00.690.590.53
HSL351.33º52.87%30.78%-
HSV(B)351.33º69.17%47.06%-
XYZ8.965.543.5-
YUV63.18120168.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 58.25%
GREEN value IS 37 (14.84% from 255) = 17.96%
BLUE value IS 49 (19.53% from 255) = 23.79%
R=58.25%
G=17.96%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120374900.690.590.53351.3352.8730.78
Hex7825310453B3515f351f
Octal1704561010573655376537
Binary11110001001011100010100010111101111010110101111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782531; }

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

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

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

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

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

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

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

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