Html Css Color HEX #780F0D Falu Red

📋 copy color: '#780F0D'

red 120 ◦ green 15 ◦ blue 13

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

Shades of Falu Red #780F0D

Tints of Falu Red #780F0D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.14%

 BLUE value IS 13 (5.47% from 255) = 8.78%

R = 81.08%
G = 10.14%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#780F0D (or 0x780F0D) is known color: Falu Red. HEX triplet: 78, 0F and 0D. RGB value is (120,15,13). Sum of RGB (Red+Green+Blue) = 120+15+13=148 (19% of max value = 765). Red value is 120 (47.27% from 255 or 81.08% from 148); Green value is 15 (6.25% from 255 or 10.14% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 120 - color contains mainly: red. Hex color #780F0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780F0D is #87F0F2. Grayscale: #2E2E2E. Windows color (decimal): -8909043 or 855928. OLE color: 855928.

HSL color Cylindrical-coordinate representation of color #780F0D: hue angle of 1.12º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #780F0D is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 15 13 -
CMYK 0 0.87 0.89 0.53
HSL 1.12º 0.8% 0.26% -
HSV(B) 1.12º 0.89% 0.47% -
XYZ 7.99 4.36 0.8 -
YUV 46.17 109.29 180.66 -
System Red Green Blue C M Y K H S L
Decimal 120 15 13 0 0.87 0.89 0.53 1.12 0.8 0.26
Hex 78 F D 0 57 59 35 1 50 1A
Octal 170 17 15 0 127 131 65 1 120 32
Binary 1111000 1111 1101 0 1010111 1011001 110101 1 1010000 11010

Color Harmonies of #780F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780F0D

Black with #780F0D

Text Example


Text Example

White with #780F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780F0D; }

 p { color: rgb(120,15,13); }

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

background-color css

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

 a { background-color: rgb(120,15,13); }

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

border-color css

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

 span { border-color: rgb(120,15,13); }

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