Html Css Color HEX #781C18 Falu Red

📋 copy color: '#781C18'

red 120 ◦ green 28 ◦ blue 24

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

Shades of Falu Red #781C18

Tints of Falu Red #781C18

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.28%

 BLUE value IS 24 (9.77% from 255) = 13.95%

R = 69.77%
G = 16.28%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.8

 K value IS 0.53

RGB Variations

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

Color information

#781C18 (or 0x781C18) is known color: Falu Red. HEX triplet: 78, 1C and 18. RGB value is (120,28,24). Sum of RGB (Red+Green+Blue) = 120+28+24=172 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.77% from 172); Green value is 28 (11.33% from 255 or 16.28% from 172); Blue value is 24 (9.77% from 255 or 13.95% from 172); Max value from RGB is 120 - color contains mainly: red. Hex color #781C18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781C18 is #87E3E7. Grayscale: #373737. Windows color (decimal): -8905704 or 1580152. OLE color: 1580152.

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

Color convert

RGB 120 28 24 -
CMYK 0 0.77 0.8 0.53
HSL 2.5º 0.67% 0.28% -
HSV(B) 2.5º 0.8% 0.47% -
XYZ 8.33 4.89 1.37 -
YUV 55.05 110.48 174.33 -
System Red Green Blue C M Y K H S L
Decimal 120 28 24 0 0.77 0.8 0.53 2.5 0.67 0.28
Hex 78 1C 18 0 4D 50 35 2 43 1C
Octal 170 34 30 0 115 120 65 2 103 34
Binary 1111000 11100 11000 0 1001101 1010000 110101 10 1000011 11100

Color Harmonies of #781C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781C18

Black with #781C18

Text Example


Text Example

White with #781C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,28,24); }

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

background-color css

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

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

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

border-color css

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

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

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