Html Css Color HEX #783131 Lusty

📋 copy color: '#783131'

red 120 ◦ green 49 ◦ blue 49

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

Shades of Lusty #783131

Tints of Lusty #783131

RGB

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

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

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

R = 55.05%
G = 22.48%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#783131 (or 0x783131) is known color: Lusty. HEX triplet: 78, 31 and 31. RGB value is (120,49,49). Sum of RGB (Red+Green+Blue) = 120+49+49=218 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.05% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 120 - color contains mainly: red. Hex color #783131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783131 is #87CECE. Grayscale: #464646. Windows color (decimal): -8900303 or 3223928. OLE color: 3223928.

HSL color Cylindrical-coordinate representation of color #783131: hue angle of 0º 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 #783131 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 49 49 -
CMYK 0 0.59 0.59 0.53
HSL 0.42% 0.33% -
HSV(B) 0.59% 0.47% -
XYZ 9.4 6.41 3.65 -
YUV 70.23 116.02 163.5 -
System Red Green Blue C M Y K H S L
Decimal 120 49 49 0 0.59 0.59 0.53 0 0.42 0.33
Hex 78 31 31 0 3B 3B 35 0 2A 21
Octal 170 61 61 0 73 73 65 0 52 41
Binary 1111000 110001 110001 0 111011 111011 110101 0 101010 100001

Color Harmonies of #783131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783131

Black with #783131

Text Example


Text Example

White with #783131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783131; }

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

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

background-color css

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

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

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

border-color css

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

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

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