Html Css Color HEX #753232 Lusty

📋 copy color: '#753232'

red 117 ◦ green 50 ◦ blue 50

#753232
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lusty #753232

Tints of Lusty #753232

RGB

 RED value IS 117 (46.09% from 255) = 53.92%

 GREEN value IS 50 (19.92% from 255) = 23.04%

 BLUE value IS 50 (19.92% from 255) = 23.04%

R = 53.92%
G = 23.04%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#753232 (or 0x753232) is known color: Lusty. HEX triplet: 75, 32 and 32. RGB value is (117,50,50). Sum of RGB (Red+Green+Blue) = 117+50+50=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #753232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753232 is #8ACDCD. Grayscale: #464646. Windows color (decimal): -9096654 or 3289717. OLE color: 3289717.

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

Color convert

RGB 117 50 50 -
CMYK 0 0.57 0.57 0.54
HSL 0.4% 0.33% -
HSV(B) 0.57% 0.46% -
XYZ 9.05 6.29 3.76 -
YUV 70.03 116.7 161.5 -
System Red Green Blue C M Y K H S L
Decimal 117 50 50 0 0.57 0.57 0.54 0 0.4 0.33
Hex 75 32 32 0 39 39 36 0 28 21
Octal 165 62 62 0 71 71 66 0 50 41
Binary 1110101 110010 110010 0 111001 111001 110110 0 101000 100001

Color Harmonies of #753232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753232

Black with #753232

Text Example


Text Example

White with #753232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753232; }

 p { color: rgb(117,50,50); }

 H1.HeaderClassName
 {
   color: #753232;
 }
 .AnyTagClassName
 {
   color: #753232;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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