Html Css Color HEX #781515 Falu Red

📋 copy color: '#781515'

red 120 ◦ green 21 ◦ blue 21

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

Shades of Falu Red #781515

Tints of Falu Red #781515

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.96%

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

R = 74.07%
G = 12.96%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#781515 (or 0x781515) is known color: Falu Red. HEX triplet: 78, 15 and 15. RGB value is (120,21,21). Sum of RGB (Red+Green+Blue) = 120+21+21=162 (21% of max value = 765). Red value is 120 (47.27% from 255 or 74.07% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 120 - color contains mainly: red. Hex color #781515 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781515 is #87EAEA. Grayscale: #323232. Windows color (decimal): -8907499 or 1381752. OLE color: 1381752.

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

Color convert

RGB 120 21 21 -
CMYK 0 0.83 0.83 0.53
HSL 0.7% 0.28% -
HSV(B) 0.83% 0.47% -
XYZ 8.15 4.58 1.16 -
YUV 50.6 111.3 177.5 -
System Red Green Blue C M Y K H S L
Decimal 120 21 21 0 0.83 0.83 0.53 0 0.7 0.28
Hex 78 15 15 0 53 53 35 0 46 1C
Octal 170 25 25 0 123 123 65 0 106 34
Binary 1111000 10101 10101 0 1010011 1010011 110101 0 1000110 11100

Color Harmonies of #781515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781515

Black with #781515

Text Example


Text Example

White with #781515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781515; }

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

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

background-color css

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

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

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

border-color css

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

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

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