Html Css Color HEX #7A1D11 Falu Red

📋 copy color: '#7A1D11'

red 122 ◦ green 29 ◦ blue 17

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

Shades of Falu Red #7A1D11

Tints of Falu Red #7A1D11

RGB

 RED value IS 122 (48.05% from 255) = 72.62%

 GREEN value IS 29 (11.72% from 255) = 17.26%

 BLUE value IS 17 (7.03% from 255) = 10.12%

R = 72.62%
G = 17.26%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.52

RGB Variations

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

Color information

#7A1D11 (or 0x7A1D11) is known color: Falu Red. HEX triplet: 7A, 1D and 11. RGB value is (122,29,17). Sum of RGB (Red+Green+Blue) = 122+29+17=168 (22% of max value = 765). Red value is 122 (48.05% from 255 or 72.62% from 168); Green value is 29 (11.72% from 255 or 17.26% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1D11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A1D11 is #85E2EE. Grayscale: #373737. Windows color (decimal): -8774383 or 1121658. OLE color: 1121658.

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

Color convert

RGB 122 29 17 -
CMYK 0 0.76 0.86 0.52
HSL 6.86º 0.76% 0.27% -
HSV(B) 6.86º 0.86% 0.48% -
XYZ 8.57 5.06 1.05 -
YUV 55.44 106.31 175.48 -
System Red Green Blue C M Y K H S L
Decimal 122 29 17 0 0.76 0.86 0.52 6.86 0.76 0.27
Hex 7A 1D 11 0 4C 56 34 7 4C 1B
Octal 172 35 21 0 114 126 64 7 114 33
Binary 1111010 11101 10001 0 1001100 1010110 110100 111 1001100 11011

Color Harmonies of #7A1D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1D11

Black with #7A1D11

Text Example


Text Example

White with #7A1D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,29,17); }

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

background-color css

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

 a { background-color: rgb(122,29,17); }

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

border-color css

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

 span { border-color: rgb(122,29,17); }

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