Html Css Color HEX #752921 Lusty

📋 copy color: '#752921'

red 117 ◦ green 41 ◦ blue 33

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

Shades of Lusty #752921

Tints of Lusty #752921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 17.28%

R = 61.26%
G = 21.47%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#752921 (or 0x752921) is known color: Lusty. HEX triplet: 75, 29 and 21. RGB value is (117,41,33). Sum of RGB (Red+Green+Blue) = 117+41+33=191 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.26% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 33 (13.28% from 255 or 17.28% from 191); Max value from RGB is 117 - color contains mainly: red. Hex color #752921 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752921 is #8AD6DE. Grayscale: #3E3E3E. Windows color (decimal): -9098975 or 2173301. OLE color: 2173301.

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

Color convert

RGB 117 41 33 -
CMYK 0 0.65 0.72 0.54
HSL 5.71º 0.56% 0.29% -
HSV(B) 5.71º 0.72% 0.46% -
XYZ 8.4 5.48 2.05 -
YUV 62.81 111.18 166.65 -
System Red Green Blue C M Y K H S L
Decimal 117 41 33 0 0.65 0.72 0.54 5.71 0.56 0.29
Hex 75 29 21 0 41 48 36 6 38 1D
Octal 165 51 41 0 101 110 66 6 70 35
Binary 1110101 101001 100001 0 1000001 1001000 110110 110 111000 11101

Color Harmonies of #752921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752921

Black with #752921

Text Example


Text Example

White with #752921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752921; }

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

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

background-color css

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

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

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

border-color css

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

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

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