#78202F

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

Shades of Scarlett #78202F

Tints of Scarlett #78202F

Color information

#78202F (or 0x78202F) is unknown color: approx Scarlett. HEX triplet: 78, 20 and 2F. RGB value is (120,32,47). Sum of RGB (Red+Green+Blue) = 120+32+47=199 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.30% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 120 - color contains mainly: red. Hex color #78202F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78202F is #87DFD0. Grayscale: #3C3C3C. Windows color (decimal): -8904657 or 3088504. OLE color: 3088504.

HSL color Cylindrical-coordinate representation of color #78202F: hue angle of 349.77º degrees, saturation: 0.58, 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 #78202F is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB1203247-
CMYK00.730.610.53
HSL349.77º57.89%29.8%-
HSV(B)349.77º73.33%47.06%-
XYZ8.785.233.24-
YUV60.02120.65170.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 60.30%
GREEN value IS 32 (12.89% from 255) = 16.08%
BLUE value IS 47 (18.75% from 255) = 23.62%
R=60.30%
G=16.08%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120324700.730.610.53349.7757.8929.8
Hex78202F0493D3515e3a1e
Octal1704057011175655367236
Binary11110001000001011110100100111110111010110101111011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78202F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78202F; }

 p { color: rgb(120,32,47); }

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

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

 a { background-color: rgb(120,32,47); }

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

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

 span { border-color: rgb(120,32,47); }

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