Html Css Color HEX #781B08 Falu Red

📋 copy color: '#781B08'

red 120 ◦ green 27 ◦ blue 8

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

Shades of Falu Red #781B08

Tints of Falu Red #781B08

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.42%

 BLUE value IS 8 (3.52% from 255) = 5.16%

R = 77.42%
G = 17.42%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#781B08 (or 0x781B08) is known color: Falu Red. HEX triplet: 78, 1B and 08. RGB value is (120,27,8). Sum of RGB (Red+Green+Blue) = 120+27+8=155 (20% of max value = 765). Red value is 120 (47.27% from 255 or 77.42% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 120 - color contains mainly: red. Hex color #781B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781B08 is #87E4F7. Grayscale: #343434. Windows color (decimal): -8905976 or 531320. OLE color: 531320.

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

Color convert

RGB 120 27 8 -
CMYK 0 0.78 0.93 0.53
HSL 10.18º 0.88% 0.25% -
HSV(B) 10.18º 0.93% 0.47% -
XYZ 8.18 4.79 0.72 -
YUV 52.64 102.81 176.04 -
System Red Green Blue C M Y K H S L
Decimal 120 27 8 0 0.78 0.93 0.53 10.18 0.88 0.25
Hex 78 1B 8 0 4E 5D 35 A 58 19
Octal 170 33 10 0 116 135 65 12 130 31
Binary 1111000 11011 1000 0 1001110 1011101 110101 1010 1011000 11001

Color Harmonies of #781B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781B08

Black with #781B08

Text Example


Text Example

White with #781B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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