Html Css Color HEX #78221C Falu Red

📋 copy color: '#78221C'

red 120 ◦ green 34 ◦ blue 28

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

Shades of Falu Red #78221C

Tints of Falu Red #78221C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.38%

R = 65.93%
G = 18.68%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#78221C (or 0x78221C) is known color: Falu Red. HEX triplet: 78, 22 and 1C. RGB value is (120,34,28). Sum of RGB (Red+Green+Blue) = 120+34+28=182 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.93% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 28 (11.33% from 255 or 15.38% from 182); Max value from RGB is 120 - color contains mainly: red. Hex color #78221C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78221C is #87DDE3. Grayscale: #3B3B3B. Windows color (decimal): -8904164 or 1843832. OLE color: 1843832.

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

Color convert

RGB 120 34 28 -
CMYK 0 0.72 0.77 0.53
HSL 3.91º 0.62% 0.29% -
HSV(B) 3.91º 0.77% 0.47% -
XYZ 8.53 5.22 1.66 -
YUV 59.03 110.49 171.49 -
System Red Green Blue C M Y K H S L
Decimal 120 34 28 0 0.72 0.77 0.53 3.91 0.62 0.29
Hex 78 22 1C 0 48 4D 35 4 3E 1D
Octal 170 42 34 0 110 115 65 4 76 35
Binary 1111000 100010 11100 0 1001000 1001101 110101 100 111110 11101

Color Harmonies of #78221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78221C

Black with #78221C

Text Example


Text Example

White with #78221C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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