#783230

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

Shades of Lusty #783230

Tints of Lusty #783230

Color information

#783230 (or 0x783230) is unknown color: approx Lusty. HEX triplet: 78, 32 and 30. RGB value is (120,50,48). Sum of RGB (Red+Green+Blue) = 120+50+48=218 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.05% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 120 - color contains mainly: red. Hex color #783230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783230 is #87CDCF. Grayscale: #464646. Windows color (decimal): -8900048 or 3158648. OLE color: 3158648.

HSL color Cylindrical-coordinate representation of color #783230: hue angle of 1.67º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #783230 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB1205048-
CMYK00.580.600.53
HSL1.67º42.86%32.94%-
HSV(B)1.67º60%47.06%-
XYZ9.426.493.55-
YUV70.7115.19163.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 55.05%
GREEN value IS 50 (19.92% from 255) = 22.94%
BLUE value IS 48 (19.14% from 255) = 22.02%
R=55.05%
G=22.94%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120504800.580.600.531.6742.8632.94
Hex78323003A3C3522b21
Octal1706260072746525341
Binary1111000110010110000011101011110011010110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783230; }

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

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

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

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

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

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

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

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