Html Css Color HEX #78221A Falu Red

📋 copy color: '#78221A'

red 120 ◦ green 34 ◦ blue 26

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

Shades of Falu Red #78221A

Tints of Falu Red #78221A

RGB

 RED value IS 120 (47.27% from 255) = 66.67%

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

 BLUE value IS 26 (10.55% from 255) = 14.44%

R = 66.67%
G = 18.89%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#78221A (or 0x78221A) is known color: Falu Red. HEX triplet: 78, 22 and 1A. RGB value is (120,34,26). Sum of RGB (Red+Green+Blue) = 120+34+26=180 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.67% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 26 (10.55% from 255 or 14.44% from 180); Max value from RGB is 120 - color contains mainly: red. Hex color #78221A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78221A is #87DDE5. Grayscale: #3A3A3A. Windows color (decimal): -8904166 or 1712760. OLE color: 1712760.

HSL color Cylindrical-coordinate representation of color #78221A: hue angle of 5.11º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #78221A is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 34 26 -
CMYK 0 0.72 0.78 0.53
HSL 5.11º 0.64% 0.29% -
HSV(B) 5.11º 0.78% 0.47% -
XYZ 8.5 5.21 1.54 -
YUV 58.8 109.49 171.65 -
System Red Green Blue C M Y K H S L
Decimal 120 34 26 0 0.72 0.78 0.53 5.11 0.64 0.29
Hex 78 22 1A 0 48 4E 35 5 40 1D
Octal 170 42 32 0 110 116 65 5 100 35
Binary 1111000 100010 11010 0 1001000 1001110 110101 101 1000000 11101

Color Harmonies of #78221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78221A

Black with #78221A

Text Example


Text Example

White with #78221A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78221A; }

 p { color: rgb(120,34,26); }

 H1.HeaderClassName
 {
   color: #78221A;
 }
 .AnyTagClassName
 {
   color: #78221A;
 }
</style>

background-color css

<style>
 a { background-color: #78221A; }

 a { background-color: rgb(120,34,26); }

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

border-color css

<style>
 span { border-color: #78221A; }

 span { border-color: rgb(120,34,26); }

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