#782130

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

Shades of Scarlett #782130

Tints of Scarlett #782130

Color information

#782130 (or 0x782130) is unknown color: approx Scarlett. HEX triplet: 78, 21 and 30. RGB value is (120,33,48). Sum of RGB (Red+Green+Blue) = 120+33+48=201 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.70% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 48 (19.14% from 255 or 23.88% from 201); Max value from RGB is 120 - color contains mainly: red. Hex color #782130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782130 is #87DECF. Grayscale: #3C3C3C. Windows color (decimal): -8904400 or 3154296. OLE color: 3154296.

HSL color Cylindrical-coordinate representation of color #782130: hue angle of 349.66º 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 #782130 is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB1203348-
CMYK00.720.600.53
HSL349.66º56.86%30%-
HSV(B)349.66º72.5%47.06%-
XYZ8.825.293.35-
YUV60.72120.82170.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 59.70%
GREEN value IS 33 (13.28% from 255) = 16.42%
BLUE value IS 48 (19.14% from 255) = 23.88%
R=59.70%
G=16.42%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120334800.720.600.53349.6656.8630
Hex7821300483C3515e391e
Octal1704160011074655367136
Binary11110001000011100000100100011110011010110101111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782130; }

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

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

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

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

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

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

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

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