Html Css Color HEX #752321 Lusty

📋 copy color: '#752321'

red 117 ◦ green 35 ◦ blue 33

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

Shades of Lusty #752321

Tints of Lusty #752321

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.92%

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

R = 63.24%
G = 18.92%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#752321 (or 0x752321) is known color: Lusty. HEX triplet: 75, 23 and 21. RGB value is (117,35,33). Sum of RGB (Red+Green+Blue) = 117+35+33=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 33 (13.28% from 255 or 17.84% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #752321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752321 is #8ADCDE. Grayscale: #3B3B3B. Windows color (decimal): -9100511 or 2171765. OLE color: 2171765.

HSL color Cylindrical-coordinate representation of color #752321: hue angle of 1.43º 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 #752321 is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 35 33 -
CMYK 0 0.70 0.72 0.54
HSL 1.43º 0.56% 0.29% -
HSV(B) 1.43º 0.72% 0.46% -
XYZ 8.21 5.09 1.99 -
YUV 59.29 113.17 169.16 -
System Red Green Blue C M Y K H S L
Decimal 117 35 33 0 0.70 0.72 0.54 1.43 0.56 0.29
Hex 75 23 21 0 46 48 36 1 38 1D
Octal 165 43 41 0 106 110 66 1 70 35
Binary 1110101 100011 100001 0 1000110 1001000 110110 1 111000 11101

Color Harmonies of #752321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752321

Black with #752321

Text Example


Text Example

White with #752321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752321; }

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

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

background-color css

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

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

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

border-color css

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

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

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