Html Css Color HEX #752B24 Lusty

📋 copy color: '#752B24'

red 117 ◦ green 43 ◦ blue 36

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

Shades of Lusty #752B24

Tints of Lusty #752B24

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.94%

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

R = 59.69%
G = 21.94%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#752B24 (or 0x752B24) is known color: Lusty. HEX triplet: 75, 2B and 24. RGB value is (117,43,36). Sum of RGB (Red+Green+Blue) = 117+43+36=196 (25% of max value = 765). Red value is 117 (46.09% from 255 or 59.69% from 196); Green value is 43 (17.19% from 255 or 21.94% from 196); Blue value is 36 (14.45% from 255 or 18.37% from 196); Max value from RGB is 117 - color contains mainly: red. Hex color #752B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752B24 is #8AD4DB. Grayscale: #404040. Windows color (decimal): -9098460 or 2370421. OLE color: 2370421.

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

Color convert

RGB 117 43 36 -
CMYK 0 0.63 0.69 0.54
HSL 5.19º 0.53% 0.3% -
HSV(B) 5.19º 0.69% 0.46% -
XYZ 8.52 5.64 2.31 -
YUV 64.33 112.02 165.57 -
System Red Green Blue C M Y K H S L
Decimal 117 43 36 0 0.63 0.69 0.54 5.19 0.53 0.3
Hex 75 2B 24 0 3F 45 36 5 35 1E
Octal 165 53 44 0 77 105 66 5 65 36
Binary 1110101 101011 100100 0 111111 1000101 110110 101 110101 11110

Color Harmonies of #752B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752B24

Black with #752B24

Text Example


Text Example

White with #752B24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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