Html Css Color HEX #7A2411 Falu Red

📋 copy color: '#7A2411'

red 122 ◦ green 36 ◦ blue 17

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

Shades of Falu Red #7A2411

Tints of Falu Red #7A2411

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.57%

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

R = 69.71%
G = 20.57%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.52

RGB Variations

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

Color information

#7A2411 (or 0x7A2411) is known color: Falu Red. HEX triplet: 7A, 24 and 11. RGB value is (122,36,17). Sum of RGB (Red+Green+Blue) = 122+36+17=175 (23% of max value = 765). Red value is 122 (48.05% from 255 or 69.71% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 17 (7.03% from 255 or 9.71% from 175); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2411 is #85DBEE. Grayscale: #3B3B3B. Windows color (decimal): -8772591 or 1123450. OLE color: 1123450.

HSL color Cylindrical-coordinate representation of color #7A2411: hue angle of 10.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 #7A2411 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 36 17 -
CMYK 0 0.70 0.86 0.52
HSL 10.86º 0.76% 0.27% -
HSV(B) 10.86º 0.86% 0.48% -
XYZ 8.76 5.44 1.12 -
YUV 59.55 103.99 172.54 -
System Red Green Blue C M Y K H S L
Decimal 122 36 17 0 0.70 0.86 0.52 10.86 0.76 0.27
Hex 7A 24 11 0 46 56 34 B 4C 1B
Octal 172 44 21 0 106 126 64 13 114 33
Binary 1111010 100100 10001 0 1000110 1010110 110100 1011 1001100 11011

Color Harmonies of #7A2411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A2411

Black with #7A2411

Text Example


Text Example

White with #7A2411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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