Html Css Color HEX #7A210F Falu Red

📋 copy color: '#7A210F'

red 122 ◦ green 33 ◦ blue 15

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

Shades of Falu Red #7A210F

Tints of Falu Red #7A210F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.82%

R = 71.76%
G = 19.41%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.52

RGB Variations

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

Color information

#7A210F (or 0x7A210F) is known color: Falu Red. HEX triplet: 7A, 21 and 0F. RGB value is (122,33,15). Sum of RGB (Red+Green+Blue) = 122+33+15=170 (22% of max value = 765). Red value is 122 (48.05% from 255 or 71.76% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 122 - color contains mainly: red. Hex color #7A210F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A210F is #85DEF0. Grayscale: #393939. Windows color (decimal): -8773361 or 991610. OLE color: 991610.

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

Color convert

RGB 122 33 15 -
CMYK 0 0.73 0.88 0.52
HSL 10.09º 0.78% 0.27% -
HSV(B) 10.09º 0.88% 0.48% -
XYZ 8.66 5.26 1.01 -
YUV 57.56 103.99 173.96 -
System Red Green Blue C M Y K H S L
Decimal 122 33 15 0 0.73 0.88 0.52 10.09 0.78 0.27
Hex 7A 21 F 0 49 58 34 A 4E 1B
Octal 172 41 17 0 111 130 64 12 116 33
Binary 1111010 100001 1111 0 1001001 1011000 110100 1010 1001110 11011

Color Harmonies of #7A210F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A210F

Black with #7A210F

Text Example


Text Example

White with #7A210F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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