#762525

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

Shades of Lusty #762525

Tints of Lusty #762525

Color information

#762525 (or 0x762525) is unknown color: approx Lusty. HEX triplet: 76, 25 and 25. RGB value is (118,37,37). Sum of RGB (Red+Green+Blue) = 118+37+37=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 37 (14.84% from 255 or 19.27% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #762525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762525 is #89DADA. Grayscale: #3D3D3D. Windows color (decimal): -9034459 or 2434422. OLE color: 2434422.

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

Color convert

RGB1183737-
CMYK00.690.690.54
HSL52.26%30.39%-
HSV(B)68.64%46.27%-
XYZ8.475.312.33-
YUV61.22114.34168.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.46%
GREEN value IS 37 (14.84% from 255) = 19.27%
BLUE value IS 37 (14.84% from 255) = 19.27%
R=61.46%
G=19.27%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118373700.690.690.54052.2630.39
Hex76252504545360341e
Octal166454501051056606436
Binary1110110100101100101010001011000101110110011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762525; }

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

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

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

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

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

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

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

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