Html Css Color HEX #752929 Lusty

📋 copy color: '#752929'

red 117 ◦ green 41 ◦ blue 41

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

Shades of Lusty #752929

Tints of Lusty #752929

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.6%

 BLUE value IS 41 (16.41% from 255) = 20.6%

R = 58.79%
G = 20.6%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#752929 (or 0x752929) is known color: Lusty. HEX triplet: 75, 29 and 29. RGB value is (117,41,41). Sum of RGB (Red+Green+Blue) = 117+41+41=199 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.79% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 41 (16.41% from 255 or 20.60% from 199); Max value from RGB is 117 - color contains mainly: red. Hex color #752929 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752929 is #8AD6D6. Grayscale: #3F3F3F. Windows color (decimal): -9098967 or 2697589. OLE color: 2697589.

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

Color convert

RGB 117 41 41 -
CMYK 0 0.65 0.65 0.54
HSL 0.48% 0.31% -
HSV(B) 0.65% 0.46% -
XYZ 8.53 5.53 2.72 -
YUV 63.72 115.18 166 -
System Red Green Blue C M Y K H S L
Decimal 117 41 41 0 0.65 0.65 0.54 0 0.48 0.31
Hex 75 29 29 0 41 41 36 0 30 1F
Octal 165 51 51 0 101 101 66 0 60 37
Binary 1110101 101001 101001 0 1000001 1000001 110110 0 110000 11111

Color Harmonies of #752929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752929

Black with #752929

Text Example


Text Example

White with #752929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752929; }

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

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

background-color css

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

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

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

border-color css

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

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

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