Html Css Color HEX #772015 Falu Red

📋 copy color: '#772015'

red 119 ◦ green 32 ◦ blue 21

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

Shades of Falu Red #772015

Tints of Falu Red #772015

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.6%

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

R = 69.19%
G = 18.6%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#772015 (or 0x772015) is known color: Falu Red. HEX triplet: 77, 20 and 15. RGB value is (119,32,21). Sum of RGB (Red+Green+Blue) = 119+32+21=172 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.19% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 21 (8.59% from 255 or 12.21% from 172); Max value from RGB is 119 - color contains mainly: red. Hex color #772015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772015 is #88DFEA. Grayscale: #383838. Windows color (decimal): -8970219 or 1384567. OLE color: 1384567.

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

Color convert

RGB 119 32 21 -
CMYK 0 0.73 0.82 0.53
HSL 6.73º 0.7% 0.27% -
HSV(B) 6.73º 0.82% 0.47% -
XYZ 8.26 5.01 1.24 -
YUV 56.76 107.82 172.39 -
System Red Green Blue C M Y K H S L
Decimal 119 32 21 0 0.73 0.82 0.53 6.73 0.7 0.27
Hex 77 20 15 0 49 52 35 7 46 1B
Octal 167 40 25 0 111 122 65 7 106 33
Binary 1110111 100000 10101 0 1001001 1010010 110101 111 1000110 11011

Color Harmonies of #772015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772015

Black with #772015

Text Example


Text Example

White with #772015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772015; }

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

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

background-color css

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

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

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

border-color css

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

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

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