#782332

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

Shades of Scarlett #782332

Tints of Scarlett #782332

Color information

#782332 (or 0x782332) is unknown color: approx Scarlett. HEX triplet: 78, 23 and 32. RGB value is (120,35,50). Sum of RGB (Red+Green+Blue) = 120+35+50=205 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.54% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 120 - color contains mainly: red. Hex color #782332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782332 is #87DCCD. Grayscale: #3E3E3E. Windows color (decimal): -8903886 or 3285880. OLE color: 3285880.

HSL color Cylindrical-coordinate representation of color #782332: hue angle of 349.41º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #782332 is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB1203550-
CMYK00.710.580.53
HSL349.41º54.84%30.39%-
HSV(B)349.41º70.83%47.06%-
XYZ8.925.433.59-
YUV62.12121.16169.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 58.54%
GREEN value IS 35 (14.06% from 255) = 17.07%
BLUE value IS 50 (19.92% from 255) = 24.39%
R=58.54%
G=17.07%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120355000.710.580.53349.4154.8430.39
Hex7823320473A3515d371e
Octal1704362010772655356736
Binary11110001000111100100100011111101011010110101110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782332; }

 p { color: rgb(120,35,50); }

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

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

 a { background-color: rgb(120,35,50); }

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

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

 span { border-color: rgb(120,35,50); }

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