Html Css Color HEX #791C1B Falu Red

📋 copy color: '#791C1B'

red 121 ◦ green 28 ◦ blue 27

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

Shades of Falu Red #791C1B

Tints of Falu Red #791C1B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.91%

 BLUE value IS 27 (10.94% from 255) = 15.34%

R = 68.75%
G = 15.91%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#791C1B (or 0x791C1B) is known color: Falu Red. HEX triplet: 79, 1C and 1B. RGB value is (121,28,27). Sum of RGB (Red+Green+Blue) = 121+28+27=176 (23% of max value = 765). Red value is 121 (47.66% from 255 or 68.75% from 176); Green value is 28 (11.33% from 255 or 15.91% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 121 - color contains mainly: red. Hex color #791C1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791C1B is #86E3E4. Grayscale: #373737. Windows color (decimal): -8840165 or 1776761. OLE color: 1776761.

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

Color convert

RGB 121 28 27 -
CMYK 0 0.77 0.78 0.53
HSL 0.64º 0.64% 0.29% -
HSV(B) 0.64º 0.78% 0.47% -
XYZ 8.5 4.97 1.55 -
YUV 55.69 111.81 174.58 -
System Red Green Blue C M Y K H S L
Decimal 121 28 27 0 0.77 0.78 0.53 0.64 0.64 0.29
Hex 79 1C 1B 0 4D 4E 35 1 40 1D
Octal 171 34 33 0 115 116 65 1 100 35
Binary 1111001 11100 11011 0 1001101 1001110 110101 1 1000000 11101

Color Harmonies of #791C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791C1B

Black with #791C1B

Text Example


Text Example

White with #791C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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