#782530

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

Shades of Scarlett #782530

Tints of Scarlett #782530

Color information

#782530 (or 0x782530) is unknown color: approx Scarlett. HEX triplet: 78, 25 and 30. RGB value is (120,37,48). Sum of RGB (Red+Green+Blue) = 120+37+48=205 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.54% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 48 (19.14% from 255 or 23.41% from 205); Max value from RGB is 120 - color contains mainly: red. Hex color #782530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782530 is #87DACF. Grayscale: #3F3F3F. Windows color (decimal): -8903376 or 3155320. OLE color: 3155320.

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

Color convert

RGB1203748-
CMYK00.690.600.53
HSL352.05º52.87%30.78%-
HSV(B)352.05º69.17%47.06%-
XYZ8.945.533.39-
YUV63.07119.5168.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 58.54%
GREEN value IS 37 (14.84% from 255) = 18.05%
BLUE value IS 48 (19.14% from 255) = 23.41%
R=58.54%
G=18.05%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120374800.690.600.53352.0552.8730.78
Hex7825300453C35160351f
Octal1704560010574655406537
Binary11110001001011100000100010111110011010110110000011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782530; }

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

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

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

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

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

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

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

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