Html Css Color HEX #792302 Falu Red

📋 copy color: '#792302'

red 121 ◦ green 35 ◦ blue 2

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

Shades of Falu Red #792302

Tints of Falu Red #792302

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.15%

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

R = 76.58%
G = 22.15%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#792302 (or 0x792302) is known color: Falu Red. HEX triplet: 79, 23 and 02. RGB value is (121,35,2). Sum of RGB (Red+Green+Blue) = 121+35+2=158 (20% of max value = 765). Red value is 121 (47.66% from 255 or 76.58% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 2 (1.17% from 255 or 1.27% from 158); Max value from RGB is 121 - color contains mainly: red. Hex color #792302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792302 is #86DCFD. Grayscale: #393939. Windows color (decimal): -8838398 or 140153. OLE color: 140153.

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

Color convert

RGB 121 35 2 -
CMYK 0 0.71 0.98 0.53
HSL 16.64º 0.97% 0.24% -
HSV(B) 16.64º 0.98% 0.47% -
XYZ 8.5 5.27 0.63 -
YUV 56.95 96.99 173.68 -
System Red Green Blue C M Y K H S L
Decimal 121 35 2 0 0.71 0.98 0.53 16.64 0.97 0.24
Hex 79 23 2 0 47 62 35 11 61 18
Octal 171 43 2 0 107 142 65 21 141 30
Binary 1111001 100011 10 0 1000111 1100010 110101 10001 1100001 11000

Color Harmonies of #792302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792302

Black with #792302

Text Example


Text Example

White with #792302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792302; }

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

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

background-color css

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

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

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

border-color css

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

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

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