Html Css Color HEX #78200D Falu Red

📋 copy color: '#78200D'

red 120 ◦ green 32 ◦ blue 13

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

Shades of Falu Red #78200D

Tints of Falu Red #78200D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.88%

R = 72.73%
G = 19.39%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#78200D (or 0x78200D) is known color: Falu Red. HEX triplet: 78, 20 and 0D. RGB value is (120,32,13). Sum of RGB (Red+Green+Blue) = 120+32+13=165 (21% of max value = 765). Red value is 120 (47.27% from 255 or 72.73% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 13 (5.47% from 255 or 7.88% from 165); Max value from RGB is 120 - color contains mainly: red. Hex color #78200D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78200D is #87DFF2. Grayscale: #383838. Windows color (decimal): -8904691 or 860280. OLE color: 860280.

HSL color Cylindrical-coordinate representation of color #78200D: hue angle of 10.65º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #78200D is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 32 13 -
CMYK 0 0.73 0.89 0.53
HSL 10.65º 0.8% 0.26% -
HSV(B) 10.65º 0.89% 0.47% -
XYZ 8.33 5.06 0.92 -
YUV 56.15 103.65 173.54 -
System Red Green Blue C M Y K H S L
Decimal 120 32 13 0 0.73 0.89 0.53 10.65 0.8 0.26
Hex 78 20 D 0 49 59 35 B 50 1A
Octal 170 40 15 0 111 131 65 13 120 32
Binary 1111000 100000 1101 0 1001001 1011001 110101 1011 1010000 11010

Color Harmonies of #78200D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78200D

Black with #78200D

Text Example


Text Example

White with #78200D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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