Html Css Color HEX #792202 Falu Red

📋 copy color: '#792202'

red 121 ◦ green 34 ◦ blue 2

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

Shades of Falu Red #792202

Tints of Falu Red #792202

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.66%

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

R = 77.07%
G = 21.66%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#792202 (or 0x792202) is known color: Falu Red. HEX triplet: 79, 22 and 02. RGB value is (121,34,2). Sum of RGB (Red+Green+Blue) = 121+34+2=157 (20% of max value = 765). Red value is 121 (47.66% from 255 or 77.07% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 121 - color contains mainly: red. Hex color #792202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792202 is #86DDFD. Grayscale: #383838. Windows color (decimal): -8838654 or 139897. OLE color: 139897.

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

Color convert

RGB 121 34 2 -
CMYK 0 0.72 0.98 0.53
HSL 16.13º 0.97% 0.24% -
HSV(B) 16.13º 0.98% 0.47% -
XYZ 8.47 5.21 0.62 -
YUV 56.37 97.32 174.1 -
System Red Green Blue C M Y K H S L
Decimal 121 34 2 0 0.72 0.98 0.53 16.13 0.97 0.24
Hex 79 22 2 0 48 62 35 10 61 18
Octal 171 42 2 0 110 142 65 20 141 30
Binary 1111001 100010 10 0 1001000 1100010 110101 10000 1100001 11000

Color Harmonies of #792202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792202

Black with #792202

Text Example


Text Example

White with #792202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792202; }

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

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

background-color css

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

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

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

border-color css

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

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

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