Html Css Color HEX #7A2201 Falu Red

📋 copy color: '#7A2201'

red 122 ◦ green 34 ◦ blue 1

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

Shades of Falu Red #7A2201

Tints of Falu Red #7A2201

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.66%

 BLUE value IS 1 (0.78% from 255) = 0.64%

R = 77.71%
G = 21.66%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.52

RGB Variations

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

Color information

#7A2201 (or 0x7A2201) is known color: Falu Red. HEX triplet: 7A, 22 and 01. RGB value is (122,34,1). Sum of RGB (Red+Green+Blue) = 122+34+1=157 (20% of max value = 765). Red value is 122 (48.05% from 255 or 77.71% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2201 is #85DDFE. Grayscale: #383838. Windows color (decimal): -8773119 or 74362. OLE color: 74362.

HSL color Cylindrical-coordinate representation of color #7A2201: hue angle of 16.36º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7A2201 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 34 1 -
CMYK 0 0.72 0.99 0.52
HSL 16.36º 0.98% 0.24% -
HSV(B) 16.36º 0.99% 0.48% -
XYZ 8.6 5.28 0.6 -
YUV 56.55 96.65 174.68 -
System Red Green Blue C M Y K H S L
Decimal 122 34 1 0 0.72 0.99 0.52 16.36 0.98 0.24
Hex 7A 22 1 0 48 63 34 10 62 18
Octal 172 42 1 0 110 143 64 20 142 30
Binary 1111010 100010 1 0 1001000 1100011 110100 10000 1100010 11000

Color Harmonies of #7A2201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A2201

Black with #7A2201

Text Example


Text Example

White with #7A2201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,34,1); }

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

background-color css

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

 a { background-color: rgb(122,34,1); }

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

border-color css

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

 span { border-color: rgb(122,34,1); }

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