Html Css Color HEX #7B221E Falu Red

📋 copy color: '#7B221E'

red 123 ◦ green 34 ◦ blue 30

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

Shades of Falu Red #7B221E

Tints of Falu Red #7B221E

RGB

 RED value IS 123 (48.44% from 255) = 65.78%

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

 BLUE value IS 30 (12.11% from 255) = 16.04%

R = 65.78%
G = 18.18%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.52

RGB Variations

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

Color information

#7B221E (or 0x7B221E) is known color: Falu Red. HEX triplet: 7B, 22 and 1E. RGB value is (123,34,30). Sum of RGB (Red+Green+Blue) = 123+34+30=187 (24% of max value = 765). Red value is 123 (48.44% from 255 or 65.78% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 123 - color contains mainly: red. Hex color #7B221E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B221E is #84DDE1. Grayscale: #3C3C3C. Windows color (decimal): -8707554 or 1974907. OLE color: 1974907.

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

Color convert

RGB 123 34 30 -
CMYK 0 0.72 0.76 0.52
HSL 2.58º 0.61% 0.3% -
HSV(B) 2.58º 0.76% 0.48% -
XYZ 8.97 5.45 1.81 -
YUV 60.16 110.99 172.83 -
System Red Green Blue C M Y K H S L
Decimal 123 34 30 0 0.72 0.76 0.52 2.58 0.61 0.3
Hex 7B 22 1E 0 48 4C 34 3 3D 1E
Octal 173 42 36 0 110 114 64 3 75 36
Binary 1111011 100010 11110 0 1001000 1001100 110100 11 111101 11110

Color Harmonies of #7B221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B221E

Black with #7B221E

Text Example


Text Example

White with #7B221E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,34,30); }

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

background-color css

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

 a { background-color: rgb(123,34,30); }

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

border-color css

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

 span { border-color: rgb(123,34,30); }

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