Html Css Color HEX #791A0F Falu Red

📋 copy color: '#791A0F'

red 121 ◦ green 26 ◦ blue 15

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

Shades of Falu Red #791A0F

Tints of Falu Red #791A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.26%

R = 74.69%
G = 16.05%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#791A0F (or 0x791A0F) is known color: Falu Red. HEX triplet: 79, 1A and 0F. RGB value is (121,26,15). Sum of RGB (Red+Green+Blue) = 121+26+15=162 (21% of max value = 765). Red value is 121 (47.66% from 255 or 74.69% from 162); Green value is 26 (10.55% from 255 or 16.05% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 121 - color contains mainly: red. Hex color #791A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #791A0F is #86E5F0. Grayscale: #353535. Windows color (decimal): -8840689 or 989817. OLE color: 989817.

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

Color convert

RGB 121 26 15 -
CMYK 0 0.79 0.88 0.53
HSL 6.23º 0.78% 0.27% -
HSV(B) 6.23º 0.88% 0.47% -
XYZ 8.34 4.84 0.95 -
YUV 53.15 106.47 176.39 -
System Red Green Blue C M Y K H S L
Decimal 121 26 15 0 0.79 0.88 0.53 6.23 0.78 0.27
Hex 79 1A F 0 4F 58 35 6 4E 1B
Octal 171 32 17 0 117 130 65 6 116 33
Binary 1111001 11010 1111 0 1001111 1011000 110101 110 1001110 11011

Color Harmonies of #791A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791A0F

Black with #791A0F

Text Example


Text Example

White with #791A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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