Html Css Color HEX #782003 Falu Red

📋 copy color: '#782003'

red 120 ◦ green 32 ◦ blue 3

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

Shades of Falu Red #782003

Tints of Falu Red #782003

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.65%

 BLUE value IS 3 (1.56% from 255) = 1.94%

R = 77.42%
G = 20.65%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#782003 (or 0x782003) is known color: Falu Red. HEX triplet: 78, 20 and 03. RGB value is (120,32,3). Sum of RGB (Red+Green+Blue) = 120+32+3=155 (20% of max value = 765). Red value is 120 (47.27% from 255 or 77.42% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 3 (1.56% from 255 or 1.94% from 155); Max value from RGB is 120 - color contains mainly: red. Hex color #782003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782003 is #87DFFC. Grayscale: #373737. Windows color (decimal): -8904701 or 204920. OLE color: 204920.

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

Color convert

RGB 120 32 3 -
CMYK 0 0.73 0.98 0.53
HSL 14.87º 0.95% 0.24% -
HSV(B) 14.87º 0.98% 0.47% -
XYZ 8.28 5.03 0.62 -
YUV 55.01 98.65 174.36 -
System Red Green Blue C M Y K H S L
Decimal 120 32 3 0 0.73 0.98 0.53 14.87 0.95 0.24
Hex 78 20 3 0 49 62 35 F 5F 18
Octal 170 40 3 0 111 142 65 17 137 30
Binary 1111000 100000 11 0 1001001 1100010 110101 1111 1011111 11000

Color Harmonies of #782003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782003

Black with #782003

Text Example


Text Example

White with #782003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782003; }

 p { color: rgb(120,32,3); }

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

background-color css

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

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

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

border-color css

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

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

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