Html Css Color HEX #792102 Falu Red

📋 copy color: '#792102'

red 121 ◦ green 33 ◦ blue 2

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

Shades of Falu Red #792102

Tints of Falu Red #792102

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.15%

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

R = 77.56%
G = 21.15%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#792102 (or 0x792102) is known color: Falu Red. HEX triplet: 79, 21 and 02. RGB value is (121,33,2). Sum of RGB (Red+Green+Blue) = 121+33+2=156 (20% of max value = 765). Red value is 121 (47.66% from 255 or 77.56% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 121 - color contains mainly: red. Hex color #792102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792102 is #86DEFD. Grayscale: #373737. Windows color (decimal): -8838910 or 139641. OLE color: 139641.

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

Color convert

RGB 121 33 2 -
CMYK 0 0.73 0.98 0.53
HSL 15.63º 0.97% 0.24% -
HSV(B) 15.63º 0.98% 0.47% -
XYZ 8.44 5.16 0.61 -
YUV 55.78 97.65 174.52 -
System Red Green Blue C M Y K H S L
Decimal 121 33 2 0 0.73 0.98 0.53 15.63 0.97 0.24
Hex 79 21 2 0 49 62 35 10 61 18
Octal 171 41 2 0 111 142 65 20 141 30
Binary 1111001 100001 10 0 1001001 1100010 110101 10000 1100001 11000

Color Harmonies of #792102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792102

Black with #792102

Text Example


Text Example

White with #792102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792102; }

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

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

background-color css

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

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

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

border-color css

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

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

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