#78252E

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

Shades of Scarlett #78252E

Tints of Scarlett #78252E

Color information

#78252E (or 0x78252E) is unknown color: approx Scarlett. HEX triplet: 78, 25 and 2E. RGB value is (120,37,46). Sum of RGB (Red+Green+Blue) = 120+37+46=203 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.11% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 120 - color contains mainly: red. Hex color #78252E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78252E is #87DAD1. Grayscale: #3E3E3E. Windows color (decimal): -8903378 or 3024248. OLE color: 3024248.

HSL color Cylindrical-coordinate representation of color #78252E: hue angle of 353.49º 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 #78252E is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB1203746-
CMYK00.690.620.53
HSL353.49º52.87%30.78%-
HSV(B)353.49º69.17%47.06%-
XYZ8.95.513.18-
YUV62.84118.5168.77-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 59.11%
GREEN value IS 37 (14.84% from 255) = 18.23%
BLUE value IS 46 (18.36% from 255) = 22.66%
R=59.11%
G=18.23%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120374600.690.620.53353.4952.8730.78
Hex78252E0453E35161351f
Octal1704556010576655416537
Binary11110001001011011100100010111111011010110110000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78252E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78252E; }

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

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

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

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

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

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

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

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