#782423

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

Shades of Lusty #782423

Tints of Lusty #782423

Color information

#782423 (or 0x782423) is unknown color: approx Lusty. HEX triplet: 78, 24 and 23. RGB value is (120,36,35). Sum of RGB (Red+Green+Blue) = 120+36+35=191 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.83% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 35 (14.06% from 255 or 18.32% from 191); Max value from RGB is 120 - color contains mainly: red. Hex color #782423 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782423 is #87DBDC. Grayscale: #3D3D3D. Windows color (decimal): -8903645 or 2303096. OLE color: 2303096.

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

Color convert

RGB1203635-
CMYK00.70.710.53
HSL0.71º54.84%30.39%-
HSV(B)0.71º70.83%47.06%-
XYZ8.685.382.17-
YUV61113.33170.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 62.83%
GREEN value IS 36 (14.45% from 255) = 18.85%
BLUE value IS 35 (14.06% from 255) = 18.32%
R=62.83%
G=18.85%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120363500.70.710.530.7154.8430.39
Hex78242304647351371e
Octal170444301061076516736
Binary1111000100100100011010001101000111110101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782423; }

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

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

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

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

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

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

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

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