Html Css Color HEX #781F17 Falu Red

📋 copy color: '#781F17'

red 120 ◦ green 31 ◦ blue 23

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

Shades of Falu Red #781F17

Tints of Falu Red #781F17

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.82%

 BLUE value IS 23 (9.38% from 255) = 13.22%

R = 68.97%
G = 17.82%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.53

RGB Variations

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

Color information

#781F17 (or 0x781F17) is known color: Falu Red. HEX triplet: 78, 1F and 17. RGB value is (120,31,23). Sum of RGB (Red+Green+Blue) = 120+31+23=174 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.97% from 174); Green value is 31 (12.5% from 255 or 17.82% from 174); Blue value is 23 (9.38% from 255 or 13.22% from 174); Max value from RGB is 120 - color contains mainly: red. Hex color #781F17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781F17 is #87E0E8. Grayscale: #383838. Windows color (decimal): -8904937 or 1515384. OLE color: 1515384.

HSL color Cylindrical-coordinate representation of color #781F17: hue angle of 4.95º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #781F17 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 31 23 -
CMYK 0 0.74 0.81 0.53
HSL 4.95º 0.68% 0.28% -
HSV(B) 4.95º 0.81% 0.47% -
XYZ 8.39 5.03 1.34 -
YUV 56.7 108.99 173.15 -
System Red Green Blue C M Y K H S L
Decimal 120 31 23 0 0.74 0.81 0.53 4.95 0.68 0.28
Hex 78 1F 17 0 4A 51 35 5 44 1C
Octal 170 37 27 0 112 121 65 5 104 34
Binary 1111000 11111 10111 0 1001010 1010001 110101 101 1000100 11100

Color Harmonies of #781F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781F17

Black with #781F17

Text Example


Text Example

White with #781F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781F17; }

 p { color: rgb(120,31,23); }

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

background-color css

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

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

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

border-color css

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

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

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