Html Css Color HEX #782500 Falu Red

📋 copy color: '#782500'

red 120 ◦ green 37 ◦ blue 0

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

Shades of Falu Red #782500

Tints of Falu Red #782500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.43%
G = 23.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#782500 (or 0x782500) is known color: Falu Red. HEX triplet: 78, 25 and 00. RGB value is (120,37,0). Sum of RGB (Red+Green+Blue) = 120+37+0=157 (20% of max value = 765). Red value is 120 (47.27% from 255 or 76.43% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 120 - color contains mainly: red. Hex color #782500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782500 is #87DAFF. Grayscale: #393939. Windows color (decimal): -8903424 or 9592. OLE color: 9592.

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

Color convert

RGB 120 37 0 -
CMYK 0 0.69 1 0.53
HSL 18.5º 1% 0.24% -
HSV(B) 18.5º 1% 0.47% -
XYZ 8.41 5.32 0.58 -
YUV 57.6 95.5 172.51 -
System Red Green Blue C M Y K H S L
Decimal 120 37 0 0 0.69 1 0.53 18.5 1 0.24
Hex 78 25 0 0 45 64 35 12 64 18
Octal 170 45 0 0 105 144 65 22 144 30
Binary 1111000 100101 0 0 1000101 1100100 110101 10010 1100100 11000

Color Harmonies of #782500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782500

Black with #782500

Text Example


Text Example

White with #782500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782500; }

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

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

background-color css

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

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

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

border-color css

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

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

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