Html Css Color HEX #78201A Falu Red

📋 copy color: '#78201A'

red 120 ◦ green 32 ◦ blue 26

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

Shades of Falu Red #78201A

Tints of Falu Red #78201A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.98%

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

R = 67.42%
G = 17.98%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#78201A (or 0x78201A) is known color: Falu Red. HEX triplet: 78, 20 and 1A. RGB value is (120,32,26). Sum of RGB (Red+Green+Blue) = 120+32+26=178 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.42% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 120 - color contains mainly: red. Hex color #78201A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78201A is #87DFE5. Grayscale: #393939. Windows color (decimal): -8904678 or 1712248. OLE color: 1712248.

HSL color Cylindrical-coordinate representation of color #78201A: hue angle of 3.83º 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 #78201A is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 32 26 -
CMYK 0 0.73 0.78 0.53
HSL 3.83º 0.64% 0.29% -
HSV(B) 3.83º 0.78% 0.47% -
XYZ 8.45 5.1 1.52 -
YUV 57.63 110.15 172.49 -
System Red Green Blue C M Y K H S L
Decimal 120 32 26 0 0.73 0.78 0.53 3.83 0.64 0.29
Hex 78 20 1A 0 49 4E 35 4 40 1D
Octal 170 40 32 0 111 116 65 4 100 35
Binary 1111000 100000 11010 0 1001001 1001110 110101 100 1000000 11101

Color Harmonies of #78201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78201A

Black with #78201A

Text Example


Text Example

White with #78201A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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