#783127

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

Shades of Lusty #783127

Tints of Lusty #783127

Color information

#783127 (or 0x783127) is unknown color: approx Lusty. HEX triplet: 78, 31 and 27. RGB value is (120,49,39). Sum of RGB (Red+Green+Blue) = 120+49+39=208 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.69% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 39 (15.62% from 255 or 18.75% from 208); Max value from RGB is 120 - color contains mainly: red. Hex color #783127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783127 is #87CED8. Grayscale: #454545. Windows color (decimal): -8900313 or 2568568. OLE color: 2568568.

HSL color Cylindrical-coordinate representation of color #783127: hue angle of 7.41º degrees, saturation: 0.51, 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 #783127 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB1204939-
CMYK00.590.670.53
HSL7.41º50.94%31.18%-
HSV(B)7.41º67.5%47.06%-
XYZ9.216.342.66-
YUV69.09111.02164.31-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 57.69%
GREEN value IS 49 (19.53% from 255) = 23.56%
BLUE value IS 39 (15.62% from 255) = 18.75%
R=57.69%
G=23.56%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120493900.590.670.537.4150.9431.18
Hex78312703B43357331f
Octal17061470731036576337
Binary11110001100011001110111011100001111010111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783127; }

 p { color: rgb(120,49,39); }

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

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

 a { background-color: rgb(120,49,39); }

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

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

 span { border-color: rgb(120,49,39); }

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