Html Css Color HEX #783329 Lusty

📋 copy color: '#783329'

red 120 ◦ green 51 ◦ blue 41

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

Shades of Lusty #783329

Tints of Lusty #783329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 19.34%

R = 56.6%
G = 24.06%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#783329 (or 0x783329) is known color: Lusty. HEX triplet: 78, 33 and 29. RGB value is (120,51,41). Sum of RGB (Red+Green+Blue) = 120+51+41=212 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.60% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 41 (16.41% from 255 or 19.34% from 212); Max value from RGB is 120 - color contains mainly: red. Hex color #783329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783329 is #87CCD6. Grayscale: #464646. Windows color (decimal): -8899799 or 2700152. OLE color: 2700152.

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

Color convert

RGB 120 51 41 -
CMYK 0 0.58 0.66 0.53
HSL 7.59º 0.49% 0.32% -
HSV(B) 7.59º 0.66% 0.47% -
XYZ 9.33 6.52 2.86 -
YUV 70.49 111.36 163.31 -
System Red Green Blue C M Y K H S L
Decimal 120 51 41 0 0.58 0.66 0.53 7.59 0.49 0.32
Hex 78 33 29 0 3A 42 35 8 31 20
Octal 170 63 51 0 72 102 65 10 61 40
Binary 1111000 110011 101001 0 111010 1000010 110101 1000 110001 100000

Color Harmonies of #783329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783329

Black with #783329

Text Example


Text Example

White with #783329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783329; }

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

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

background-color css

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

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

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

border-color css

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

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

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