Html Css Color HEX #7B130C Falu Red

📋 copy color: '#7B130C'

red 123 ◦ green 19 ◦ blue 12

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

Shades of Falu Red #7B130C

Tints of Falu Red #7B130C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.34%

 BLUE value IS 12 (5.08% from 255) = 7.79%

R = 79.87%
G = 12.34%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.52

RGB Variations

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

Color information

#7B130C (or 0x7B130C) is known color: Falu Red. HEX triplet: 7B, 13 and 0C. RGB value is (123,19,12). Sum of RGB (Red+Green+Blue) = 123+19+12=154 (20% of max value = 765). Red value is 123 (48.44% from 255 or 79.87% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 12 (5.08% from 255 or 7.79% from 154); Max value from RGB is 123 - color contains mainly: red. Hex color #7B130C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B130C is #84ECF3. Grayscale: #313131. Windows color (decimal): -8711412 or 791419. OLE color: 791419.

HSL color Cylindrical-coordinate representation of color #7B130C: hue angle of 3.78º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B130C is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 19 12 -
CMYK 0 0.85 0.90 0.52
HSL 3.78º 0.82% 0.26% -
HSV(B) 3.78º 0.9% 0.48% -
XYZ 8.47 4.7 0.81 -
YUV 49.3 106.96 180.57 -
System Red Green Blue C M Y K H S L
Decimal 123 19 12 0 0.85 0.90 0.52 3.78 0.82 0.26
Hex 7B 13 C 0 55 5A 34 4 52 1A
Octal 173 23 14 0 125 132 64 4 122 32
Binary 1111011 10011 1100 0 1010101 1011010 110100 100 1010010 11010

Color Harmonies of #7B130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B130C

Black with #7B130C

Text Example


Text Example

White with #7B130C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,19,12); }

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

background-color css

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

 a { background-color: rgb(123,19,12); }

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

border-color css

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

 span { border-color: rgb(123,19,12); }

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