Html Css Color HEX #78221D Falu Red

📋 copy color: '#78221D'

red 120 ◦ green 34 ◦ blue 29

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

Shades of Falu Red #78221D

Tints of Falu Red #78221D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.85%

R = 65.57%
G = 18.58%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#78221D (or 0x78221D) is known color: Falu Red. HEX triplet: 78, 22 and 1D. RGB value is (120,34,29). Sum of RGB (Red+Green+Blue) = 120+34+29=183 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.57% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 29 (11.72% from 255 or 15.85% from 183); Max value from RGB is 120 - color contains mainly: red. Hex color #78221D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78221D is #87DDE2. Grayscale: #3B3B3B. Windows color (decimal): -8904163 or 1909368. OLE color: 1909368.

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

Color convert

RGB 120 34 29 -
CMYK 0 0.72 0.76 0.53
HSL 3.3º 0.61% 0.29% -
HSV(B) 3.3º 0.76% 0.47% -
XYZ 8.54 5.23 1.72 -
YUV 59.14 110.99 171.41 -
System Red Green Blue C M Y K H S L
Decimal 120 34 29 0 0.72 0.76 0.53 3.3 0.61 0.29
Hex 78 22 1D 0 48 4C 35 3 3D 1D
Octal 170 42 35 0 110 114 65 3 75 35
Binary 1111000 100010 11101 0 1001000 1001100 110101 11 111101 11101

Color Harmonies of #78221D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78221D

Black with #78221D

Text Example


Text Example

White with #78221D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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