Html Css Color HEX #793535 Lusty

📋 copy color: '#793535'

red 121 ◦ green 53 ◦ blue 53

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

Shades of Lusty #793535

Tints of Lusty #793535

RGB

 RED value IS 121 (47.66% from 255) = 53.3%

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

 BLUE value IS 53 (21.09% from 255) = 23.35%

R = 53.3%
G = 23.35%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#793535 (or 0x793535) is known color: Lusty. HEX triplet: 79, 35 and 35. RGB value is (121,53,53). Sum of RGB (Red+Green+Blue) = 121+53+53=227 (30% of max value = 765). Red value is 121 (47.66% from 255 or 53.30% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 121 - color contains mainly: red. Hex color #793535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793535 is #86CACA. Grayscale: #494949. Windows color (decimal): -8833739 or 3487097. OLE color: 3487097.

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

Color convert

RGB 121 53 53 -
CMYK 0 0.56 0.56 0.53
HSL 0.39% 0.34% -
HSV(B) 0.56% 0.47% -
XYZ 9.8 6.87 4.18 -
YUV 73.33 116.53 162 -
System Red Green Blue C M Y K H S L
Decimal 121 53 53 0 0.56 0.56 0.53 0 0.39 0.34
Hex 79 35 35 0 38 38 35 0 27 22
Octal 171 65 65 0 70 70 65 0 47 42
Binary 1111001 110101 110101 0 111000 111000 110101 0 100111 100010

Color Harmonies of #793535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793535

Black with #793535

Text Example


Text Example

White with #793535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793535; }

 p { color: rgb(121,53,53); }

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

background-color css

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

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

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

border-color css

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

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

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