Html Css Color HEX #732220 Lusty

📋 copy color: '#732220'

red 115 ◦ green 34 ◦ blue 32

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

Shades of Lusty #732220

Tints of Lusty #732220

RGB

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

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

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

R = 63.54%
G = 18.78%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#732220 (or 0x732220) is known color: Lusty. HEX triplet: 73, 22 and 20. RGB value is (115,34,32). Sum of RGB (Red+Green+Blue) = 115+34+32=181 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.54% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 115 - color contains mainly: red. Hex color #732220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732220 is #8CDDDF. Grayscale: #3A3A3A. Windows color (decimal): -9231840 or 2105971. OLE color: 2105971.

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

Color convert

RGB 115 34 32 -
CMYK 0 0.70 0.72 0.55
HSL 1.45º 0.56% 0.29% -
HSV(B) 1.45º 0.72% 0.45% -
XYZ 7.9 4.89 1.89 -
YUV 57.99 113.34 168.66 -
System Red Green Blue C M Y K H S L
Decimal 115 34 32 0 0.70 0.72 0.55 1.45 0.56 0.29
Hex 73 22 20 0 46 48 37 1 38 1D
Octal 163 42 40 0 106 110 67 1 70 35
Binary 1110011 100010 100000 0 1000110 1001000 110111 1 111000 11101

Color Harmonies of #732220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732220

Black with #732220

Text Example


Text Example

White with #732220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732220; }

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

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

background-color css

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

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

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

border-color css

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

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

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