Html Css Color HEX #78201E Falu Red

📋 copy color: '#78201E'

red 120 ◦ green 32 ◦ blue 30

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

Shades of Falu Red #78201E

Tints of Falu Red #78201E

RGB

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

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

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

R = 65.93%
G = 17.58%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.53

RGB Variations

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

Color information

#78201E (or 0x78201E) is known color: Falu Red. HEX triplet: 78, 20 and 1E. RGB value is (120,32,30). Sum of RGB (Red+Green+Blue) = 120+32+30=182 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.93% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 30 (12.11% from 255 or 16.48% from 182); Max value from RGB is 120 - color contains mainly: red. Hex color #78201E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78201E is #87DFE1. Grayscale: #3A3A3A. Windows color (decimal): -8904674 or 1974392. OLE color: 1974392.

HSL color Cylindrical-coordinate representation of color #78201E: hue angle of 1.33º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #78201E is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 32 30 -
CMYK 0 0.73 0.75 0.53
HSL 1.33º 0.6% 0.29% -
HSV(B) 1.33º 0.75% 0.47% -
XYZ 8.5 5.12 1.77 -
YUV 58.08 112.15 172.16 -
System Red Green Blue C M Y K H S L
Decimal 120 32 30 0 0.73 0.75 0.53 1.33 0.6 0.29
Hex 78 20 1E 0 49 4B 35 1 3C 1D
Octal 170 40 36 0 111 113 65 1 74 35
Binary 1111000 100000 11110 0 1001001 1001011 110101 1 111100 11101

Color Harmonies of #78201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78201E

Black with #78201E

Text Example


Text Example

White with #78201E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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