Html Css Color HEX #781F1B Falu Red

📋 copy color: '#781F1B'

red 120 ◦ green 31 ◦ blue 27

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

Shades of Falu Red #781F1B

Tints of Falu Red #781F1B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.42%

 BLUE value IS 27 (10.94% from 255) = 15.17%

R = 67.42%
G = 17.42%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#781F1B (or 0x781F1B) is known color: Falu Red. HEX triplet: 78, 1F and 1B. RGB value is (120,31,27). Sum of RGB (Red+Green+Blue) = 120+31+27=178 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.42% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 27 (10.94% from 255 or 15.17% from 178); Max value from RGB is 120 - color contains mainly: red. Hex color #781F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781F1B is #87E0E4. Grayscale: #393939. Windows color (decimal): -8904933 or 1777528. OLE color: 1777528.

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

Color convert

RGB 120 31 27 -
CMYK 0 0.74 0.78 0.53
HSL 2.58º 0.63% 0.29% -
HSV(B) 2.58º 0.78% 0.47% -
XYZ 8.43 5.05 1.57 -
YUV 57.16 110.99 172.83 -
System Red Green Blue C M Y K H S L
Decimal 120 31 27 0 0.74 0.78 0.53 2.58 0.63 0.29
Hex 78 1F 1B 0 4A 4E 35 3 3F 1D
Octal 170 37 33 0 112 116 65 3 77 35
Binary 1111000 11111 11011 0 1001010 1001110 110101 11 111111 11101

Color Harmonies of #781F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781F1B

Black with #781F1B

Text Example


Text Example

White with #781F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,31,27); }

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

background-color css

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

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

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

border-color css

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

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

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