Html Css Color HEX #791802 Falu Red

📋 copy color: '#791802'

red 121 ◦ green 24 ◦ blue 2

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

Shades of Falu Red #791802

Tints of Falu Red #791802

RGB

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

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

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

R = 82.31%
G = 16.33%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#791802 (or 0x791802) is known color: Falu Red. HEX triplet: 79, 18 and 02. RGB value is (121,24,2). Sum of RGB (Red+Green+Blue) = 121+24+2=147 (19% of max value = 765). Red value is 121 (47.66% from 255 or 82.31% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 2 (1.17% from 255 or 1.36% from 147); Max value from RGB is 121 - color contains mainly: red. Hex color #791802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791802 is #86E7FD. Grayscale: #323232. Windows color (decimal): -8841214 or 137337. OLE color: 137337.

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

Color convert

RGB 121 24 2 -
CMYK 0 0.80 0.98 0.53
HSL 11.09º 0.97% 0.24% -
HSV(B) 11.09º 0.98% 0.47% -
XYZ 8.22 4.72 0.54 -
YUV 50.5 100.64 178.29 -
System Red Green Blue C M Y K H S L
Decimal 121 24 2 0 0.80 0.98 0.53 11.09 0.97 0.24
Hex 79 18 2 0 50 62 35 B 61 18
Octal 171 30 2 0 120 142 65 13 141 30
Binary 1111001 11000 10 0 1010000 1100010 110101 1011 1100001 11000

Color Harmonies of #791802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791802

Black with #791802

Text Example


Text Example

White with #791802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791802; }

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

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

background-color css

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

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

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

border-color css

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

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

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