Html Css Color HEX #752A24 Lusty

📋 copy color: '#752A24'

red 117 ◦ green 42 ◦ blue 36

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

Shades of Lusty #752A24

Tints of Lusty #752A24

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.54%

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

R = 60%
G = 21.54%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#752A24 (or 0x752A24) is known color: Lusty. HEX triplet: 75, 2A and 24. RGB value is (117,42,36). Sum of RGB (Red+Green+Blue) = 117+42+36=195 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60% from 195); Green value is 42 (16.80% from 255 or 21.54% from 195); Blue value is 36 (14.45% from 255 or 18.46% from 195); Max value from RGB is 117 - color contains mainly: red. Hex color #752A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752A24 is #8AD5DB. Grayscale: #3F3F3F. Windows color (decimal): -9098716 or 2370165. OLE color: 2370165.

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

Color convert

RGB 117 42 36 -
CMYK 0 0.64 0.69 0.54
HSL 4.44º 0.53% 0.3% -
HSV(B) 4.44º 0.69% 0.46% -
XYZ 8.48 5.57 2.3 -
YUV 63.74 112.35 165.99 -
System Red Green Blue C M Y K H S L
Decimal 117 42 36 0 0.64 0.69 0.54 4.44 0.53 0.3
Hex 75 2A 24 0 40 45 36 4 35 1E
Octal 165 52 44 0 100 105 66 4 65 36
Binary 1110101 101010 100100 0 1000000 1000101 110110 100 110101 11110

Color Harmonies of #752A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752A24

Black with #752A24

Text Example


Text Example

White with #752A24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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