Html Css Color HEX #791C18 Falu Red

📋 copy color: '#791C18'

red 121 ◦ green 28 ◦ blue 24

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

Shades of Falu Red #791C18

Tints of Falu Red #791C18

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.18%

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

R = 69.94%
G = 16.18%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.53

RGB Variations

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

Color information

#791C18 (or 0x791C18) is known color: Falu Red. HEX triplet: 79, 1C and 18. RGB value is (121,28,24). Sum of RGB (Red+Green+Blue) = 121+28+24=173 (22% of max value = 765). Red value is 121 (47.66% from 255 or 69.94% from 173); Green value is 28 (11.33% from 255 or 16.18% from 173); Blue value is 24 (9.77% from 255 or 13.87% from 173); Max value from RGB is 121 - color contains mainly: red. Hex color #791C18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #791C18 is #86E3E7. Grayscale: #373737. Windows color (decimal): -8840168 or 1580153. OLE color: 1580153.

HSL color Cylindrical-coordinate representation of color #791C18: hue angle of 2.47º 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 #791C18 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 28 24 -
CMYK 0 0.77 0.80 0.53
HSL 2.47º 0.67% 0.28% -
HSV(B) 2.47º 0.8% 0.47% -
XYZ 8.47 4.96 1.38 -
YUV 55.35 110.31 174.83 -
System Red Green Blue C M Y K H S L
Decimal 121 28 24 0 0.77 0.80 0.53 2.47 0.67 0.28
Hex 79 1C 18 0 4D 50 35 2 43 1C
Octal 171 34 30 0 115 120 65 2 103 34
Binary 1111001 11100 11000 0 1001101 1010000 110101 10 1000011 11100

Color Harmonies of #791C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791C18

Black with #791C18

Text Example


Text Example

White with #791C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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