Html Css Color HEX #752920 Lusty

📋 copy color: '#752920'

red 117 ◦ green 41 ◦ blue 32

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

Shades of Lusty #752920

Tints of Lusty #752920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16.84%

R = 61.58%
G = 21.58%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#752920 (or 0x752920) is known color: Lusty. HEX triplet: 75, 29 and 20. RGB value is (117,41,32). Sum of RGB (Red+Green+Blue) = 117+41+32=190 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.58% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 117 - color contains mainly: red. Hex color #752920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752920 is #8AD6DF. Grayscale: #3E3E3E. Windows color (decimal): -9098976 or 2107765. OLE color: 2107765.

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

Color convert

RGB 117 41 32 -
CMYK 0 0.65 0.73 0.54
HSL 6.35º 0.57% 0.29% -
HSV(B) 6.35º 0.73% 0.46% -
XYZ 8.39 5.47 1.98 -
YUV 62.7 110.68 166.73 -
System Red Green Blue C M Y K H S L
Decimal 117 41 32 0 0.65 0.73 0.54 6.35 0.57 0.29
Hex 75 29 20 0 41 49 36 6 39 1D
Octal 165 51 40 0 101 111 66 6 71 35
Binary 1110101 101001 100000 0 1000001 1001001 110110 110 111001 11101

Color Harmonies of #752920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752920

Black with #752920

Text Example


Text Example

White with #752920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752920; }

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

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

background-color css

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

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

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

border-color css

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

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

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