Html Css Color HEX #791A01 Falu Red

📋 copy color: '#791A01'

red 121 ◦ green 26 ◦ blue 1

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

Shades of Falu Red #791A01

Tints of Falu Red #791A01

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.57%

 BLUE value IS 1 (0.78% from 255) = 0.68%

R = 81.76%
G = 17.57%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#791A01 (or 0x791A01) is known color: Falu Red. HEX triplet: 79, 1A and 01. RGB value is (121,26,1). Sum of RGB (Red+Green+Blue) = 121+26+1=148 (19% of max value = 765). Red value is 121 (47.66% from 255 or 81.76% from 148); Green value is 26 (10.55% from 255 or 17.57% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 121 - color contains mainly: red. Hex color #791A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #791A01 is #86E5FE. Grayscale: #333333. Windows color (decimal): -8840703 or 72313. OLE color: 72313.

HSL color Cylindrical-coordinate representation of color #791A01: hue angle of 12.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #791A01 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 26 1 -
CMYK 0 0.79 0.99 0.53
HSL 12.5º 0.98% 0.24% -
HSV(B) 12.5º 0.99% 0.47% -
XYZ 8.26 4.81 0.52 -
YUV 51.56 99.47 177.53 -
System Red Green Blue C M Y K H S L
Decimal 121 26 1 0 0.79 0.99 0.53 12.5 0.98 0.24
Hex 79 1A 1 0 4F 63 35 C 62 18
Octal 171 32 1 0 117 143 65 14 142 30
Binary 1111001 11010 1 0 1001111 1100011 110101 1100 1100010 11000

Color Harmonies of #791A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791A01

Black with #791A01

Text Example


Text Example

White with #791A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791A01; }

 p { color: rgb(121,26,1); }

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

background-color css

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

 a { background-color: rgb(121,26,1); }

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

border-color css

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

 span { border-color: rgb(121,26,1); }

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