Html Css Color HEX #772315 Falu Red

📋 copy color: '#772315'

red 119 ◦ green 35 ◦ blue 21

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

Shades of Falu Red #772315

Tints of Falu Red #772315

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20%

 BLUE value IS 21 (8.59% from 255) = 12%

R = 68%
G = 20%
B = 12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#772315 (or 0x772315) is known color: Falu Red. HEX triplet: 77, 23 and 15. RGB value is (119,35,21). Sum of RGB (Red+Green+Blue) = 119+35+21=175 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68% from 175); Green value is 35 (14.06% from 255 or 20% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 119 - color contains mainly: red. Hex color #772315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772315 is #88DCEA. Grayscale: #3A3A3A. Windows color (decimal): -8969451 or 1385335. OLE color: 1385335.

HSL color Cylindrical-coordinate representation of color #772315: hue angle of 8.57º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #772315 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 35 21 -
CMYK 0 0.71 0.82 0.53
HSL 8.57º 0.7% 0.27% -
HSV(B) 8.57º 0.82% 0.47% -
XYZ 8.34 5.18 1.27 -
YUV 58.52 106.83 171.14 -
System Red Green Blue C M Y K H S L
Decimal 119 35 21 0 0.71 0.82 0.53 8.57 0.7 0.27
Hex 77 23 15 0 47 52 35 9 46 1B
Octal 167 43 25 0 107 122 65 11 106 33
Binary 1110111 100011 10101 0 1000111 1010010 110101 1001 1000110 11011

Color Harmonies of #772315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772315

Black with #772315

Text Example


Text Example

White with #772315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772315; }

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

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

background-color css

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

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

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

border-color css

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

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

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