Html Css Color HEX #791B03 Falu Red

📋 copy color: '#791B03'

red 121 ◦ green 27 ◦ blue 3

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

Shades of Falu Red #791B03

Tints of Falu Red #791B03

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.88%

 BLUE value IS 3 (1.56% from 255) = 1.99%

R = 80.13%
G = 17.88%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#791B03 (or 0x791B03) is known color: Falu Red. HEX triplet: 79, 1B and 03. RGB value is (121,27,3). Sum of RGB (Red+Green+Blue) = 121+27+3=151 (20% of max value = 765). Red value is 121 (47.66% from 255 or 80.13% from 151); Green value is 27 (10.94% from 255 or 17.88% from 151); Blue value is 3 (1.56% from 255 or 1.99% from 151); Max value from RGB is 121 - color contains mainly: red. Hex color #791B03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #791B03 is #86E4FC. Grayscale: #343434. Windows color (decimal): -8840445 or 203641. OLE color: 203641.

HSL color Cylindrical-coordinate representation of color #791B03: hue angle of 12.2º degrees, saturation: 0.95, 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 #791B03 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 27 3 -
CMYK 0 0.78 0.98 0.53
HSL 12.2º 0.95% 0.24% -
HSV(B) 12.2º 0.98% 0.47% -
XYZ 8.29 4.86 0.59 -
YUV 52.37 100.14 176.95 -
System Red Green Blue C M Y K H S L
Decimal 121 27 3 0 0.78 0.98 0.53 12.2 0.95 0.24
Hex 79 1B 3 0 4E 62 35 C 5F 18
Octal 171 33 3 0 116 142 65 14 137 30
Binary 1111001 11011 11 0 1001110 1100010 110101 1100 1011111 11000

Color Harmonies of #791B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791B03

Black with #791B03

Text Example


Text Example

White with #791B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,27,3); }

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

background-color css

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

 a { background-color: rgb(121,27,3); }

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

border-color css

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

 span { border-color: rgb(121,27,3); }

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