Html Css Color HEX #791902 Falu Red

📋 copy color: '#791902'

red 121 ◦ green 25 ◦ blue 2

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

Shades of Falu Red #791902

Tints of Falu Red #791902

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.89%

 BLUE value IS 2 (1.17% from 255) = 1.35%

R = 81.76%
G = 16.89%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#791902 (or 0x791902) is known color: Falu Red. HEX triplet: 79, 19 and 02. RGB value is (121,25,2). Sum of RGB (Red+Green+Blue) = 121+25+2=148 (19% of max value = 765). Red value is 121 (47.66% from 255 or 81.76% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 2 (1.17% from 255 or 1.35% from 148); Max value from RGB is 121 - color contains mainly: red. Hex color #791902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791902 is #86E6FD. Grayscale: #333333. Windows color (decimal): -8840958 or 137593. OLE color: 137593.

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

Color convert

RGB 121 25 2 -
CMYK 0 0.79 0.98 0.53
HSL 11.6º 0.97% 0.24% -
HSV(B) 11.6º 0.98% 0.47% -
XYZ 8.24 4.76 0.54 -
YUV 51.08 100.3 177.87 -
System Red Green Blue C M Y K H S L
Decimal 121 25 2 0 0.79 0.98 0.53 11.6 0.97 0.24
Hex 79 19 2 0 4F 62 35 C 61 18
Octal 171 31 2 0 117 142 65 14 141 30
Binary 1111001 11001 10 0 1001111 1100010 110101 1100 1100001 11000

Color Harmonies of #791902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791902

Black with #791902

Text Example


Text Example

White with #791902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791902; }

 p { color: rgb(121,25,2); }

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

background-color css

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

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

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

border-color css

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

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

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