Html Css Color HEX #791818 Falu Red

📋 copy color: '#791818'

red 121 ◦ green 24 ◦ blue 24

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

Shades of Falu Red #791818

Tints of Falu Red #791818

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.2%

 BLUE value IS 24 (9.77% from 255) = 14.2%

R = 71.6%
G = 14.2%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.53

RGB Variations

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

Color information

#791818 (or 0x791818) is known color: Falu Red. HEX triplet: 79, 18 and 18. RGB value is (121,24,24). Sum of RGB (Red+Green+Blue) = 121+24+24=169 (22% of max value = 765). Red value is 121 (47.66% from 255 or 71.60% from 169); Green value is 24 (9.77% from 255 or 14.20% from 169); Blue value is 24 (9.77% from 255 or 14.20% from 169); Max value from RGB is 121 - color contains mainly: red. Hex color #791818 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791818 is #86E7E7. Grayscale: #353535. Windows color (decimal): -8841192 or 1579129. OLE color: 1579129.

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

Color convert

RGB 121 24 24 -
CMYK 0 0.80 0.80 0.53
HSL 0.67% 0.28% -
HSV(B) 0.8% 0.47% -
XYZ 8.38 4.78 1.35 -
YUV 53 111.64 176.5 -
System Red Green Blue C M Y K H S L
Decimal 121 24 24 0 0.80 0.80 0.53 0 0.67 0.28
Hex 79 18 18 0 50 50 35 0 43 1C
Octal 171 30 30 0 120 120 65 0 103 34
Binary 1111001 11000 11000 0 1010000 1010000 110101 0 1000011 11100

Color Harmonies of #791818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791818

Black with #791818

Text Example


Text Example

White with #791818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791818; }

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

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

background-color css

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

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

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

border-color css

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

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

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