Html Css Color HEX #752824 Lusty

📋 copy color: '#752824'

red 117 ◦ green 40 ◦ blue 36

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

Shades of Lusty #752824

Tints of Lusty #752824

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.73%

 BLUE value IS 36 (14.45% from 255) = 18.65%

R = 60.62%
G = 20.73%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#752824 (or 0x752824) is known color: Lusty. HEX triplet: 75, 28 and 24. RGB value is (117,40,36). Sum of RGB (Red+Green+Blue) = 117+40+36=193 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.62% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 36 (14.45% from 255 or 18.65% from 193); Max value from RGB is 117 - color contains mainly: red. Hex color #752824 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752824 is #8AD7DB. Grayscale: #3E3E3E. Windows color (decimal): -9099228 or 2369653. OLE color: 2369653.

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

Color convert

RGB 117 40 36 -
CMYK 0 0.66 0.69 0.54
HSL 2.96º 0.53% 0.3% -
HSV(B) 2.96º 0.69% 0.46% -
XYZ 8.41 5.43 2.27 -
YUV 62.57 113.01 166.83 -
System Red Green Blue C M Y K H S L
Decimal 117 40 36 0 0.66 0.69 0.54 2.96 0.53 0.3
Hex 75 28 24 0 42 45 36 3 35 1E
Octal 165 50 44 0 102 105 66 3 65 36
Binary 1110101 101000 100100 0 1000010 1000101 110110 11 110101 11110

Color Harmonies of #752824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752824

Black with #752824

Text Example


Text Example

White with #752824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752824; }

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

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

background-color css

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

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

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

border-color css

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

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

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