Html Css Color HEX #753231 Lusty

📋 copy color: '#753231'

red 117 ◦ green 50 ◦ blue 49

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

Shades of Lusty #753231

Tints of Lusty #753231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 22.69%

R = 54.17%
G = 23.15%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#753231 (or 0x753231) is known color: Lusty. HEX triplet: 75, 32 and 31. RGB value is (117,50,49). Sum of RGB (Red+Green+Blue) = 117+50+49=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 49 (19.53% from 255 or 22.69% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #753231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753231 is #8ACDCE. Grayscale: #454545. Windows color (decimal): -9096655 or 3224181. OLE color: 3224181.

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

Color convert

RGB 117 50 49 -
CMYK 0 0.57 0.58 0.54
HSL 0.88º 0.41% 0.33% -
HSV(B) 0.88º 0.58% 0.46% -
XYZ 9.03 6.28 3.64 -
YUV 69.92 116.2 161.58 -
System Red Green Blue C M Y K H S L
Decimal 117 50 49 0 0.57 0.58 0.54 0.88 0.41 0.33
Hex 75 32 31 0 39 3A 36 1 29 21
Octal 165 62 61 0 71 72 66 1 51 41
Binary 1110101 110010 110001 0 111001 111010 110110 1 101001 100001

Color Harmonies of #753231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753231

Black with #753231

Text Example


Text Example

White with #753231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753231; }

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

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

background-color css

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

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

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

border-color css

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

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

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