#752421

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

Shades of Lusty #752421

Tints of Lusty #752421

Color information

#752421 (or 0x752421) is unknown color: approx Lusty. HEX triplet: 75, 24 and 21. RGB value is (117,36,33). Sum of RGB (Red+Green+Blue) = 117+36+33=186 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.90% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 33 (13.28% from 255 or 17.74% from 186); Max value from RGB is 117 - color contains mainly: red. Hex color #752421 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752421 is #8ADBDE. Grayscale: #3B3B3B. Windows color (decimal): -9100255 or 2172021. OLE color: 2172021.

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

Color convert

RGB1173633-
CMYK00.690.720.54
HSL2.14º56%29.41%-
HSV(B)2.14º71.79%45.88%-
XYZ8.245.152-
YUV59.88112.84168.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 62.90%
GREEN value IS 36 (14.45% from 255) = 19.35%
BLUE value IS 33 (13.28% from 255) = 17.74%
R=62.90%
G=19.35%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117363300.690.720.542.145629.41
Hex75242104548362381d
Octal165444101051106627035
Binary11101011001001000010100010110010001101101011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752421; }

 p { color: rgb(117,36,33); }

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

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

 a { background-color: rgb(117,36,33); }

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

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

 span { border-color: rgb(117,36,33); }

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