#762523

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

Shades of Lusty #762523

Tints of Lusty #762523

Color information

#762523 (or 0x762523) is unknown color: approx Lusty. HEX triplet: 76, 25 and 23. RGB value is (118,37,35). Sum of RGB (Red+Green+Blue) = 118+37+35=190 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.11% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 35 (14.06% from 255 or 18.42% from 190); Max value from RGB is 118 - color contains mainly: red. Hex color #762523 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762523 is #89DADC. Grayscale: #3D3D3D. Windows color (decimal): -9034461 or 2303350. OLE color: 2303350.

HSL color Cylindrical-coordinate representation of color #762523: hue angle of 1.45º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #762523 is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.54.

Color convert

RGB1183735-
CMYK00.690.700.54
HSL1.45º54.25%30%-
HSV(B)1.45º70.34%46.27%-
XYZ8.445.32.17-
YUV60.99113.34168.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 62.11%
GREEN value IS 37 (14.84% from 255) = 19.47%
BLUE value IS 35 (14.06% from 255) = 18.42%
R=62.11%
G=19.47%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118373500.690.700.541.4554.2530
Hex76252304546361361e
Octal166454301051066616636
Binary1110110100101100011010001011000110110110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762523; }

 p { color: rgb(118,37,35); }

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

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

 a { background-color: rgb(118,37,35); }

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

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

 span { border-color: rgb(118,37,35); }

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