#782630

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

Shades of Scarlett #782630

Tints of Scarlett #782630

Color information

#782630 (or 0x782630) is unknown color: approx Scarlett. HEX triplet: 78, 26 and 30. RGB value is (120,38,48). Sum of RGB (Red+Green+Blue) = 120+38+48=206 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.25% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 120 - color contains mainly: red. Hex color #782630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782630 is #87D9CF. Grayscale: #3F3F3F. Windows color (decimal): -8903120 or 3155576. OLE color: 3155576.

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

Color convert

RGB1203848-
CMYK00.680.600.53
HSL352.68º51.9%30.98%-
HSV(B)352.68º68.33%47.06%-
XYZ8.975.593.4-
YUV63.66119.17168.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 58.25%
GREEN value IS 38 (15.23% from 255) = 18.45%
BLUE value IS 48 (19.14% from 255) = 23.30%
R=58.25%
G=18.45%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120384800.680.600.53352.6851.930.98
Hex7826300443C35161341f
Octal1704660010474655416437
Binary11110001001101100000100010011110011010110110000111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782630; }

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

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

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

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

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

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

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

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