Html Css Color HEX #782501 Falu Red

📋 copy color: '#782501'

red 120 ◦ green 37 ◦ blue 1

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

Shades of Falu Red #782501

Tints of Falu Red #782501

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.42%

 BLUE value IS 1 (0.78% from 255) = 0.63%

R = 75.95%
G = 23.42%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#782501 (or 0x782501) is known color: Falu Red. HEX triplet: 78, 25 and 01. RGB value is (120,37,1). Sum of RGB (Red+Green+Blue) = 120+37+1=158 (20% of max value = 765). Red value is 120 (47.27% from 255 or 75.95% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 120 - color contains mainly: red. Hex color #782501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782501 is #87DAFE. Grayscale: #393939. Windows color (decimal): -8903423 or 75128. OLE color: 75128.

HSL color Cylindrical-coordinate representation of color #782501: hue angle of 18.15º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #782501 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 37 1 -
CMYK 0 0.69 0.99 0.53
HSL 18.15º 0.98% 0.24% -
HSV(B) 18.15º 0.99% 0.47% -
XYZ 8.41 5.32 0.61 -
YUV 57.71 96 172.43 -
System Red Green Blue C M Y K H S L
Decimal 120 37 1 0 0.69 0.99 0.53 18.15 0.98 0.24
Hex 78 25 1 0 45 63 35 12 62 18
Octal 170 45 1 0 105 143 65 22 142 30
Binary 1111000 100101 1 0 1000101 1100011 110101 10010 1100010 11000

Color Harmonies of #782501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782501

Black with #782501

Text Example


Text Example

White with #782501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782501; }

 p { color: rgb(120,37,1); }

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

background-color css

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

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

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

border-color css

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

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

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