Html Css Color HEX #791702 Falu Red

📋 copy color: '#791702'

red 121 ◦ green 23 ◦ blue 2

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

Shades of Falu Red #791702

Tints of Falu Red #791702

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.75%

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

R = 82.88%
G = 15.75%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#791702 (or 0x791702) is known color: Falu Red. HEX triplet: 79, 17 and 02. RGB value is (121,23,2). Sum of RGB (Red+Green+Blue) = 121+23+2=146 (19% of max value = 765). Red value is 121 (47.66% from 255 or 82.88% from 146); Green value is 23 (9.38% from 255 or 15.75% from 146); Blue value is 2 (1.17% from 255 or 1.37% from 146); Max value from RGB is 121 - color contains mainly: red. Hex color #791702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791702 is #86E8FD. Grayscale: #323232. Windows color (decimal): -8841470 or 137081. OLE color: 137081.

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

Color convert

RGB 121 23 2 -
CMYK 0 0.81 0.98 0.53
HSL 10.59º 0.97% 0.24% -
HSV(B) 10.59º 0.98% 0.47% -
XYZ 8.2 4.68 0.53 -
YUV 49.91 100.97 178.71 -
System Red Green Blue C M Y K H S L
Decimal 121 23 2 0 0.81 0.98 0.53 10.59 0.97 0.24
Hex 79 17 2 0 51 62 35 B 61 18
Octal 171 27 2 0 121 142 65 13 141 30
Binary 1111001 10111 10 0 1010001 1100010 110101 1011 1100001 11000

Color Harmonies of #791702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791702

Black with #791702

Text Example


Text Example

White with #791702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791702; }

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

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

background-color css

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

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

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

border-color css

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

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

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