#782430

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

Shades of Scarlett #782430

Tints of Scarlett #782430

Color information

#782430 (or 0x782430) is unknown color: approx Scarlett. HEX triplet: 78, 24 and 30. RGB value is (120,36,48). Sum of RGB (Red+Green+Blue) = 120+36+48=204 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.82% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 48 (19.14% from 255 or 23.53% from 204); Max value from RGB is 120 - color contains mainly: red. Hex color #782430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782430 is #87DBCF. Grayscale: #3E3E3E. Windows color (decimal): -8903632 or 3155064. OLE color: 3155064.

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

Color convert

RGB1203648-
CMYK00.70.600.53
HSL351.43º53.85%30.59%-
HSV(B)351.43º70%47.06%-
XYZ8.915.473.38-
YUV62.48119.83169.02-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 58.82%
GREEN value IS 36 (14.45% from 255) = 17.65%
BLUE value IS 48 (19.14% from 255) = 23.53%
R=58.82%
G=17.65%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120364800.70.600.53351.4353.8530.59
Hex7824300463C3515f361f
Octal1704460010674655376637
Binary11110001001001100000100011011110011010110101111111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782430; }

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

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

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

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

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

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

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

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