Html Css Color HEX #792525 Lusty

📋 copy color: '#792525'

red 121 ◦ green 37 ◦ blue 37

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

Shades of Lusty #792525

Tints of Lusty #792525

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.97%

 BLUE value IS 37 (14.84% from 255) = 18.97%

R = 62.05%
G = 18.97%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#792525 (or 0x792525) is known color: Lusty. HEX triplet: 79, 25 and 25. RGB value is (121,37,37). Sum of RGB (Red+Green+Blue) = 121+37+37=195 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.05% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 37 (14.84% from 255 or 18.97% from 195); Max value from RGB is 121 - color contains mainly: red. Hex color #792525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792525 is #86DADA. Grayscale: #3E3E3E. Windows color (decimal): -8837851 or 2434425. OLE color: 2434425.

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

Color convert

RGB 121 37 37 -
CMYK 0 0.69 0.69 0.53
HSL 0.53% 0.31% -
HSV(B) 0.69% 0.47% -
XYZ 8.88 5.52 2.35 -
YUV 62.12 113.83 170 -
System Red Green Blue C M Y K H S L
Decimal 121 37 37 0 0.69 0.69 0.53 0 0.53 0.31
Hex 79 25 25 0 45 45 35 0 35 1F
Octal 171 45 45 0 105 105 65 0 65 37
Binary 1111001 100101 100101 0 1000101 1000101 110101 0 110101 11111

Color Harmonies of #792525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792525

Black with #792525

Text Example


Text Example

White with #792525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792525; }

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

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

background-color css

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

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

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

border-color css

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

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

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