Html Css Color HEX #7B190D Falu Red

📋 copy color: '#7B190D'

red 123 ◦ green 25 ◦ blue 13

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

Shades of Falu Red #7B190D

Tints of Falu Red #7B190D

RGB

 RED value IS 123 (48.44% from 255) = 76.4%

 GREEN value IS 25 (10.16% from 255) = 15.53%

 BLUE value IS 13 (5.47% from 255) = 8.07%

R = 76.4%
G = 15.53%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.52

RGB Variations

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

Color information

#7B190D (or 0x7B190D) is known color: Falu Red. HEX triplet: 7B, 19 and 0D. RGB value is (123,25,13). Sum of RGB (Red+Green+Blue) = 123+25+13=161 (21% of max value = 765). Red value is 123 (48.44% from 255 or 76.40% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 13 (5.47% from 255 or 8.07% from 161); Max value from RGB is 123 - color contains mainly: red. Hex color #7B190D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B190D is #84E6F2. Grayscale: #353535. Windows color (decimal): -8709875 or 858491. OLE color: 858491.

HSL color Cylindrical-coordinate representation of color #7B190D: hue angle of 6.55º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B190D is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 25 13 -
CMYK 0 0.80 0.89 0.52
HSL 6.55º 0.81% 0.27% -
HSV(B) 6.55º 0.89% 0.48% -
XYZ 8.59 4.94 0.88 -
YUV 52.93 105.47 177.98 -
System Red Green Blue C M Y K H S L
Decimal 123 25 13 0 0.80 0.89 0.52 6.55 0.81 0.27
Hex 7B 19 D 0 50 59 34 7 51 1B
Octal 173 31 15 0 120 131 64 7 121 33
Binary 1111011 11001 1101 0 1010000 1011001 110100 111 1010001 11011

Color Harmonies of #7B190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B190D

Black with #7B190D

Text Example


Text Example

White with #7B190D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B190D; }

 p { color: rgb(123,25,13); }

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

background-color css

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

 a { background-color: rgb(123,25,13); }

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

border-color css

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

 span { border-color: rgb(123,25,13); }

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