Html Css Color HEX #752D29 Lusty

📋 copy color: '#752D29'

red 117 ◦ green 45 ◦ blue 41

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

Shades of Lusty #752D29

Tints of Lusty #752D29

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.17%

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

R = 57.64%
G = 22.17%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#752D29 (or 0x752D29) is known color: Lusty. HEX triplet: 75, 2D and 29. RGB value is (117,45,41). Sum of RGB (Red+Green+Blue) = 117+45+41=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 45 (17.97% from 255 or 22.17% from 203); Blue value is 41 (16.41% from 255 or 20.20% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #752D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752D29 is #8AD2D6. Grayscale: #424242. Windows color (decimal): -9097943 or 2698613. OLE color: 2698613.

HSL color Cylindrical-coordinate representation of color #752D29: hue angle of 3.16º 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 #752D29 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 45 41 -
CMYK 0 0.62 0.65 0.54
HSL 3.16º 0.48% 0.31% -
HSV(B) 3.16º 0.65% 0.46% -
XYZ 8.67 5.82 2.76 -
YUV 66.07 113.85 164.33 -
System Red Green Blue C M Y K H S L
Decimal 117 45 41 0 0.62 0.65 0.54 3.16 0.48 0.31
Hex 75 2D 29 0 3E 41 36 3 30 1F
Octal 165 55 51 0 76 101 66 3 60 37
Binary 1110101 101101 101001 0 111110 1000001 110110 11 110000 11111

Color Harmonies of #752D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752D29

Black with #752D29

Text Example


Text Example

White with #752D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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