Html Css Color HEX #7A211F Falu Red

📋 copy color: '#7A211F'

red 122 ◦ green 33 ◦ blue 31

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

Shades of Falu Red #7A211F

Tints of Falu Red #7A211F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.74%

 BLUE value IS 31 (12.5% from 255) = 16.67%

R = 65.59%
G = 17.74%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.52

RGB Variations

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

Color information

#7A211F (or 0x7A211F) is known color: Falu Red. HEX triplet: 7A, 21 and 1F. RGB value is (122,33,31). Sum of RGB (Red+Green+Blue) = 122+33+31=186 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.59% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 31 (12.5% from 255 or 16.67% from 186); Max value from RGB is 122 - color contains mainly: red. Hex color #7A211F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A211F is #85DEE0. Grayscale: #3B3B3B. Windows color (decimal): -8773345 or 2040186. OLE color: 2040186.

HSL color Cylindrical-coordinate representation of color #7A211F: hue angle of 1.32º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A211F is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 33 31 -
CMYK 0 0.73 0.75 0.52
HSL 1.32º 0.59% 0.3% -
HSV(B) 1.32º 0.75% 0.48% -
XYZ 8.82 5.32 1.86 -
YUV 59.38 111.99 172.66 -
System Red Green Blue C M Y K H S L
Decimal 122 33 31 0 0.73 0.75 0.52 1.32 0.59 0.3
Hex 7A 21 1F 0 49 4B 34 1 3B 1E
Octal 172 41 37 0 111 113 64 1 73 36
Binary 1111010 100001 11111 0 1001001 1001011 110100 1 111011 11110

Color Harmonies of #7A211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A211F

Black with #7A211F

Text Example


Text Example

White with #7A211F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,33,31); }

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

background-color css

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

 a { background-color: rgb(122,33,31); }

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

border-color css

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

 span { border-color: rgb(122,33,31); }

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