Html Css Color HEX #782115 Falu Red

📋 copy color: '#782115'

red 120 ◦ green 33 ◦ blue 21

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

Shades of Falu Red #782115

Tints of Falu Red #782115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.97%

 BLUE value IS 21 (8.59% from 255) = 12.07%

R = 68.97%
G = 18.97%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#782115 (or 0x782115) is known color: Falu Red. HEX triplet: 78, 21 and 15. RGB value is (120,33,21). Sum of RGB (Red+Green+Blue) = 120+33+21=174 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.97% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 21 (8.59% from 255 or 12.07% from 174); Max value from RGB is 120 - color contains mainly: red. Hex color #782115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782115 is #87DEEA. Grayscale: #393939. Windows color (decimal): -8904427 or 1384824. OLE color: 1384824.

HSL color Cylindrical-coordinate representation of color #782115: hue angle of 7.27º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #782115 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 33 21 -
CMYK 0 0.72 0.83 0.53
HSL 7.27º 0.7% 0.28% -
HSV(B) 7.27º 0.83% 0.47% -
XYZ 8.42 5.13 1.26 -
YUV 57.65 107.32 172.48 -
System Red Green Blue C M Y K H S L
Decimal 120 33 21 0 0.72 0.83 0.53 7.27 0.7 0.28
Hex 78 21 15 0 48 53 35 7 46 1C
Octal 170 41 25 0 110 123 65 7 106 34
Binary 1111000 100001 10101 0 1001000 1010011 110101 111 1000110 11100

Color Harmonies of #782115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782115

Black with #782115

Text Example


Text Example

White with #782115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782115; }

 p { color: rgb(120,33,21); }

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

background-color css

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

 a { background-color: rgb(120,33,21); }

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

border-color css

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

 span { border-color: rgb(120,33,21); }

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