Html Css Color HEX #7A1A0B Falu Red

📋 copy color: '#7A1A0B'

red 122 ◦ green 26 ◦ blue 11

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

Shades of Falu Red #7A1A0B

Tints of Falu Red #7A1A0B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.35%

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

R = 76.73%
G = 16.35%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.52

RGB Variations

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

Color information

#7A1A0B (or 0x7A1A0B) is known color: Falu Red. HEX triplet: 7A, 1A and 0B. RGB value is (122,26,11). Sum of RGB (Red+Green+Blue) = 122+26+11=159 (21% of max value = 765). Red value is 122 (48.05% from 255 or 76.73% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 11 (4.69% from 255 or 6.92% from 159); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A1A0B is #85E5F4. Grayscale: #353535. Windows color (decimal): -8775157 or 727674. OLE color: 727674.

HSL color Cylindrical-coordinate representation of color #7A1A0B: hue angle of 8.11º degrees, saturation: 0.83, 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 #7A1A0B is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 26 11 -
CMYK 0 0.79 0.91 0.52
HSL 8.11º 0.83% 0.26% -
HSV(B) 8.11º 0.91% 0.48% -
XYZ 8.46 4.9 0.82 -
YUV 52.99 104.3 177.22 -
System Red Green Blue C M Y K H S L
Decimal 122 26 11 0 0.79 0.91 0.52 8.11 0.83 0.26
Hex 7A 1A B 0 4F 5B 34 8 53 1A
Octal 172 32 13 0 117 133 64 10 123 32
Binary 1111010 11010 1011 0 1001111 1011011 110100 1000 1010011 11010

Color Harmonies of #7A1A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1A0B

Black with #7A1A0B

Text Example


Text Example

White with #7A1A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,26,11); }

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

background-color css

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

 a { background-color: rgb(122,26,11); }

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

border-color css

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

 span { border-color: rgb(122,26,11); }

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