Html Css Color HEX #783332 Lusty

📋 copy color: '#783332'

red 120 ◦ green 51 ◦ blue 50

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

Shades of Lusty #783332

Tints of Lusty #783332

RGB

 RED value IS 120 (47.27% from 255) = 54.3%

 GREEN value IS 51 (20.31% from 255) = 23.08%

 BLUE value IS 50 (19.92% from 255) = 22.62%

R = 54.3%
G = 23.08%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#783332 (or 0x783332) is known color: Lusty. HEX triplet: 78, 33 and 32. RGB value is (120,51,50). Sum of RGB (Red+Green+Blue) = 120+51+50=221 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.30% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 120 - color contains mainly: red. Hex color #783332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783332 is #87CCCD. Grayscale: #474747. Windows color (decimal): -8899790 or 3289976. OLE color: 3289976.

HSL color Cylindrical-coordinate representation of color #783332: hue angle of 0.86º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #783332 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 51 50 -
CMYK 0 0.58 0.58 0.53
HSL 0.86º 0.41% 0.33% -
HSV(B) 0.86º 0.58% 0.47% -
XYZ 9.51 6.59 3.79 -
YUV 71.52 115.86 162.58 -
System Red Green Blue C M Y K H S L
Decimal 120 51 50 0 0.58 0.58 0.53 0.86 0.41 0.33
Hex 78 33 32 0 3A 3A 35 1 29 21
Octal 170 63 62 0 72 72 65 1 51 41
Binary 1111000 110011 110010 0 111010 111010 110101 1 101001 100001

Color Harmonies of #783332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783332

Black with #783332

Text Example


Text Example

White with #783332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783332; }

 p { color: rgb(120,51,50); }

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

background-color css

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

 a { background-color: rgb(120,51,50); }

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

border-color css

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

 span { border-color: rgb(120,51,50); }

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