Html Css Color HEX #792828 Lusty

📋 copy color: '#792828'

red 121 ◦ green 40 ◦ blue 40

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

Shades of Lusty #792828

Tints of Lusty #792828

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.9%

 BLUE value IS 40 (16.02% from 255) = 19.9%

R = 60.2%
G = 19.9%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#792828 (or 0x792828) is known color: Lusty. HEX triplet: 79, 28 and 28. RGB value is (121,40,40). Sum of RGB (Red+Green+Blue) = 121+40+40=201 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.20% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 121 - color contains mainly: red. Hex color #792828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792828 is #86D7D7. Grayscale: #404040. Windows color (decimal): -8837080 or 2631801. OLE color: 2631801.

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

Color convert

RGB 121 40 40 -
CMYK 0 0.67 0.67 0.53
HSL 0.5% 0.32% -
HSV(B) 0.67% 0.47% -
XYZ 9.03 5.74 2.64 -
YUV 64.22 114.34 168.5 -
System Red Green Blue C M Y K H S L
Decimal 121 40 40 0 0.67 0.67 0.53 0 0.5 0.32
Hex 79 28 28 0 43 43 35 0 32 20
Octal 171 50 50 0 103 103 65 0 62 40
Binary 1111001 101000 101000 0 1000011 1000011 110101 0 110010 100000

Color Harmonies of #792828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792828

Black with #792828

Text Example


Text Example

White with #792828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792828; }

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

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

background-color css

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

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

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

border-color css

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

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

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