Html Css Color HEX #783431 Lusty

📋 copy color: '#783431'

red 120 ◦ green 52 ◦ blue 49

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

Shades of Lusty #783431

Tints of Lusty #783431

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.53%

 BLUE value IS 49 (19.53% from 255) = 22.17%

R = 54.3%
G = 23.53%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#783431 (or 0x783431) is known color: Lusty. HEX triplet: 78, 34 and 31. RGB value is (120,52,49). Sum of RGB (Red+Green+Blue) = 120+52+49=221 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.30% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 49 (19.53% from 255 or 22.17% from 221); Max value from RGB is 120 - color contains mainly: red. Hex color #783431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783431 is #87CBCE. Grayscale: #484848. Windows color (decimal): -8899535 or 3224696. OLE color: 3224696.

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

Color convert

RGB 120 52 49 -
CMYK 0 0.57 0.59 0.53
HSL 2.54º 0.42% 0.33% -
HSV(B) 2.54º 0.59% 0.47% -
XYZ 9.53 6.67 3.69 -
YUV 71.99 115.03 162.24 -
System Red Green Blue C M Y K H S L
Decimal 120 52 49 0 0.57 0.59 0.53 2.54 0.42 0.33
Hex 78 34 31 0 39 3B 35 3 2A 21
Octal 170 64 61 0 71 73 65 3 52 41
Binary 1111000 110100 110001 0 111001 111011 110101 11 101010 100001

Color Harmonies of #783431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783431

Black with #783431

Text Example


Text Example

White with #783431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783431; }

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

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

background-color css

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

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

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

border-color css

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

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

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