Html Css Color HEX #783530 Lusty

📋 copy color: '#783530'

red 120 ◦ green 53 ◦ blue 48

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

Shades of Lusty #783530

Tints of Lusty #783530

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.98%

 BLUE value IS 48 (19.14% from 255) = 21.72%

R = 54.3%
G = 23.98%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#783530 (or 0x783530) is known color: Lusty. HEX triplet: 78, 35 and 30. RGB value is (120,53,48). Sum of RGB (Red+Green+Blue) = 120+53+48=221 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.30% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 48 (19.14% from 255 or 21.72% from 221); Max value from RGB is 120 - color contains mainly: red. Hex color #783530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783530 is #87CACF. Grayscale: #484848. Windows color (decimal): -8899280 or 3159416. OLE color: 3159416.

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

Color convert

RGB 120 53 48 -
CMYK 0 0.56 0.60 0.53
HSL 4.17º 0.43% 0.33% -
HSV(B) 4.17º 0.6% 0.47% -
XYZ 9.55 6.75 3.6 -
YUV 72.46 114.2 161.91 -
System Red Green Blue C M Y K H S L
Decimal 120 53 48 0 0.56 0.60 0.53 4.17 0.43 0.33
Hex 78 35 30 0 38 3C 35 4 2B 21
Octal 170 65 60 0 70 74 65 4 53 41
Binary 1111000 110101 110000 0 111000 111100 110101 100 101011 100001

Color Harmonies of #783530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783530

Black with #783530

Text Example


Text Example

White with #783530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783530; }

 p { color: rgb(120,53,48); }

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

background-color css

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

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

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

border-color css

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

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

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