Html Css Color HEX #781D1D Falu Red

📋 copy color: '#781D1D'

red 120 ◦ green 29 ◦ blue 29

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

Shades of Falu Red #781D1D

Tints of Falu Red #781D1D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.29%

 BLUE value IS 29 (11.72% from 255) = 16.29%

R = 67.42%
G = 16.29%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#781D1D (or 0x781D1D) is known color: Falu Red. HEX triplet: 78, 1D and 1D. RGB value is (120,29,29). Sum of RGB (Red+Green+Blue) = 120+29+29=178 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.42% from 178); Green value is 29 (11.72% from 255 or 16.29% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 120 - color contains mainly: red. Hex color #781D1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781D1D is #87E2E2. Grayscale: #383838. Windows color (decimal): -8905443 or 1908088. OLE color: 1908088.

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

Color convert

RGB 120 29 29 -
CMYK 0 0.76 0.76 0.53
HSL 0.61% 0.29% -
HSV(B) 0.76% 0.47% -
XYZ 8.41 4.96 1.68 -
YUV 56.21 112.65 173.5 -
System Red Green Blue C M Y K H S L
Decimal 120 29 29 0 0.76 0.76 0.53 0 0.61 0.29
Hex 78 1D 1D 0 4C 4C 35 0 3D 1D
Octal 170 35 35 0 114 114 65 0 75 35
Binary 1111000 11101 11101 0 1001100 1001100 110101 0 111101 11101

Color Harmonies of #781D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781D1D

Black with #781D1D

Text Example


Text Example

White with #781D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781D1D; }

 p { color: rgb(120,29,29); }

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

background-color css

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

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

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

border-color css

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

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

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