Html Css Color HEX #782015 Falu Red

📋 copy color: '#782015'

red 120 ◦ green 32 ◦ blue 21

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

Shades of Falu Red #782015

Tints of Falu Red #782015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.14%

R = 69.36%
G = 18.5%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#782015 (or 0x782015) is known color: Falu Red. HEX triplet: 78, 20 and 15. RGB value is (120,32,21). Sum of RGB (Red+Green+Blue) = 120+32+21=173 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.36% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 120 - color contains mainly: red. Hex color #782015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782015 is #87DFEA. Grayscale: #393939. Windows color (decimal): -8904683 or 1384568. OLE color: 1384568.

HSL color Cylindrical-coordinate representation of color #782015: hue angle of 6.67º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #782015 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 32 21 -
CMYK 0 0.73 0.83 0.53
HSL 6.67º 0.7% 0.28% -
HSV(B) 6.67º 0.83% 0.47% -
XYZ 8.4 5.08 1.25 -
YUV 57.06 107.65 172.89 -
System Red Green Blue C M Y K H S L
Decimal 120 32 21 0 0.73 0.83 0.53 6.67 0.7 0.28
Hex 78 20 15 0 49 53 35 7 46 1C
Octal 170 40 25 0 111 123 65 7 106 34
Binary 1111000 100000 10101 0 1001001 1010011 110101 111 1000110 11100

Color Harmonies of #782015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782015

Black with #782015

Text Example


Text Example

White with #782015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782015; }

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

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

background-color css

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

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

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

border-color css

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

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

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