Html Css Color HEX #7B190B Falu Red

📋 copy color: '#7B190B'

red 123 ◦ green 25 ◦ blue 11

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

Shades of Falu Red #7B190B

Tints of Falu Red #7B190B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.92%

R = 77.36%
G = 15.72%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.52

RGB Variations

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

Color information

#7B190B (or 0x7B190B) is known color: Falu Red. HEX triplet: 7B, 19 and 0B. RGB value is (123,25,11). Sum of RGB (Red+Green+Blue) = 123+25+11=159 (21% of max value = 765). Red value is 123 (48.44% from 255 or 77.36% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 11 (4.69% from 255 or 6.92% from 159); Max value from RGB is 123 - color contains mainly: red. Hex color #7B190B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B190B is #84E6F4. Grayscale: #343434. Windows color (decimal): -8709877 or 727419. OLE color: 727419.

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

Color convert

RGB 123 25 11 -
CMYK 0 0.80 0.91 0.52
HSL 7.5º 0.84% 0.26% -
HSV(B) 7.5º 0.91% 0.48% -
XYZ 8.58 4.93 0.82 -
YUV 52.71 104.47 178.14 -
System Red Green Blue C M Y K H S L
Decimal 123 25 11 0 0.80 0.91 0.52 7.5 0.84 0.26
Hex 7B 19 B 0 50 5B 34 8 54 1A
Octal 173 31 13 0 120 133 64 10 124 32
Binary 1111011 11001 1011 0 1010000 1011011 110100 1000 1010100 11010

Color Harmonies of #7B190B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B190B

Black with #7B190B

Text Example


Text Example

White with #7B190B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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