Html Css Color HEX #732221 Lusty

📋 copy color: '#732221'

red 115 ◦ green 34 ◦ blue 33

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

Shades of Lusty #732221

Tints of Lusty #732221

RGB

 RED value IS 115 (45.31% from 255) = 63.19%

 GREEN value IS 34 (13.67% from 255) = 18.68%

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

R = 63.19%
G = 18.68%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#732221 (or 0x732221) is known color: Lusty. HEX triplet: 73, 22 and 21. RGB value is (115,34,33). Sum of RGB (Red+Green+Blue) = 115+34+33=182 (24% of max value = 765). Red value is 115 (45.31% from 255 or 63.19% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 33 (13.28% from 255 or 18.13% from 182); Max value from RGB is 115 - color contains mainly: red. Hex color #732221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732221 is #8CDDDE. Grayscale: #3A3A3A. Windows color (decimal): -9231839 or 2171507. OLE color: 2171507.

HSL color Cylindrical-coordinate representation of color #732221: hue angle of 0.73º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #732221 is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 34 33 -
CMYK 0 0.70 0.71 0.55
HSL 0.73º 0.55% 0.29% -
HSV(B) 0.73º 0.71% 0.45% -
XYZ 7.92 4.9 1.97 -
YUV 58.11 113.84 168.58 -
System Red Green Blue C M Y K H S L
Decimal 115 34 33 0 0.70 0.71 0.55 0.73 0.55 0.29
Hex 73 22 21 0 46 47 37 1 37 1D
Octal 163 42 41 0 106 107 67 1 67 35
Binary 1110011 100010 100001 0 1000110 1000111 110111 1 110111 11101

Color Harmonies of #732221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732221

Black with #732221

Text Example


Text Example

White with #732221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732221; }

 p { color: rgb(115,34,33); }

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

background-color css

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

 a { background-color: rgb(115,34,33); }

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

border-color css

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

 span { border-color: rgb(115,34,33); }

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