Html Css Color HEX #77150D Falu Red

📋 copy color: '#77150D'

red 119 ◦ green 21 ◦ blue 13

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

Shades of Falu Red #77150D

Tints of Falu Red #77150D

RGB

 RED value IS 119 (46.88% from 255) = 77.78%

 GREEN value IS 21 (8.59% from 255) = 13.73%

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

R = 77.78%
G = 13.73%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#77150D (or 0x77150D) is known color: Falu Red. HEX triplet: 77, 15 and 0D. RGB value is (119,21,13). Sum of RGB (Red+Green+Blue) = 119+21+13=153 (20% of max value = 765). Red value is 119 (46.88% from 255 or 77.78% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 119 - color contains mainly: red. Hex color #77150D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77150D is #88EAF2. Grayscale: #313131. Windows color (decimal): -8973043 or 857463. OLE color: 857463.

HSL color Cylindrical-coordinate representation of color #77150D: hue angle of 4.53º 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 #77150D is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 21 13 -
CMYK 0 0.82 0.89 0.53
HSL 4.53º 0.8% 0.26% -
HSV(B) 4.53º 0.89% 0.47% -
XYZ 7.95 4.49 0.83 -
YUV 49.39 107.47 177.65 -
System Red Green Blue C M Y K H S L
Decimal 119 21 13 0 0.82 0.89 0.53 4.53 0.8 0.26
Hex 77 15 D 0 52 59 35 5 50 1A
Octal 167 25 15 0 122 131 65 5 120 32
Binary 1110111 10101 1101 0 1010010 1011001 110101 101 1010000 11010

Color Harmonies of #77150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77150D

Black with #77150D

Text Example


Text Example

White with #77150D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77150D; }

 p { color: rgb(119,21,13); }

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

background-color css

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

 a { background-color: rgb(119,21,13); }

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

border-color css

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

 span { border-color: rgb(119,21,13); }

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