Html Css Color HEX #7A210D Falu Red

📋 copy color: '#7A210D'

red 122 ◦ green 33 ◦ blue 13

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

Shades of Falu Red #7A210D

Tints of Falu Red #7A210D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.74%

R = 72.62%
G = 19.64%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.52

RGB Variations

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

Color information

#7A210D (or 0x7A210D) is known color: Falu Red. HEX triplet: 7A, 21 and 0D. RGB value is (122,33,13). Sum of RGB (Red+Green+Blue) = 122+33+13=168 (22% of max value = 765). Red value is 122 (48.05% from 255 or 72.62% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 122 - color contains mainly: red. Hex color #7A210D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A210D is #85DEF2. Grayscale: #393939. Windows color (decimal): -8773363 or 860538. OLE color: 860538.

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

Color convert

RGB 122 33 13 -
CMYK 0 0.73 0.89 0.52
HSL 11.01º 0.81% 0.26% -
HSV(B) 11.01º 0.89% 0.48% -
XYZ 8.64 5.25 0.94 -
YUV 57.33 102.99 174.13 -
System Red Green Blue C M Y K H S L
Decimal 122 33 13 0 0.73 0.89 0.52 11.01 0.81 0.26
Hex 7A 21 D 0 49 59 34 B 51 1A
Octal 172 41 15 0 111 131 64 13 121 32
Binary 1111010 100001 1101 0 1001001 1011001 110100 1011 1010001 11010

Color Harmonies of #7A210D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A210D

Black with #7A210D

Text Example


Text Example

White with #7A210D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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