Html Css Color HEX #783128 Lusty

📋 copy color: '#783128'

red 120 ◦ green 49 ◦ blue 40

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

Shades of Lusty #783128

Tints of Lusty #783128

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.44%

 BLUE value IS 40 (16.02% from 255) = 19.14%

R = 57.42%
G = 23.44%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#783128 (or 0x783128) is known color: Lusty. HEX triplet: 78, 31 and 28. RGB value is (120,49,40). Sum of RGB (Red+Green+Blue) = 120+49+40=209 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.42% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 120 - color contains mainly: red. Hex color #783128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783128 is #87CED7. Grayscale: #454545. Windows color (decimal): -8900312 or 2634104. OLE color: 2634104.

HSL color Cylindrical-coordinate representation of color #783128: hue angle of 6.75º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #783128 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 49 40 -
CMYK 0 0.59 0.67 0.53
HSL 6.75º 0.5% 0.31% -
HSV(B) 6.75º 0.67% 0.47% -
XYZ 9.23 6.34 2.75 -
YUV 69.2 111.52 164.23 -
System Red Green Blue C M Y K H S L
Decimal 120 49 40 0 0.59 0.67 0.53 6.75 0.5 0.31
Hex 78 31 28 0 3B 43 35 7 32 1F
Octal 170 61 50 0 73 103 65 7 62 37
Binary 1111000 110001 101000 0 111011 1000011 110101 111 110010 11111

Color Harmonies of #783128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783128

Black with #783128

Text Example


Text Example

White with #783128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783128; }

 p { color: rgb(120,49,40); }

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

background-color css

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

 a { background-color: rgb(120,49,40); }

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

border-color css

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

 span { border-color: rgb(120,49,40); }

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