#752825

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

Shades of Lusty #752825

Tints of Lusty #752825

Color information

#752825 (or 0x752825) is unknown color: approx Lusty. HEX triplet: 75, 28 and 25. RGB value is (117,40,37). Sum of RGB (Red+Green+Blue) = 117+40+37=194 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.31% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 117 - color contains mainly: red. Hex color #752825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752825 is #8AD7DA. Grayscale: #3E3E3E. Windows color (decimal): -9099227 or 2435189. OLE color: 2435189.

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

Color convert

RGB1174037-
CMYK00.660.680.54
HSL2.25º51.95%30.2%-
HSV(B)2.25º68.38%45.88%-
XYZ8.435.432.35-
YUV62.68113.51166.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60.31%
GREEN value IS 40 (16.02% from 255) = 20.62%
BLUE value IS 37 (14.84% from 255) = 19.07%
R=60.31%
G=20.62%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117403700.660.680.542.2551.9530.2
Hex75282504244362341e
Octal165504501021046626436
Binary11101011010001001010100001010001001101101011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752825; }

 p { color: rgb(117,40,37); }

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

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

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

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

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

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

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