Html Css Color HEX #851715 Falu Red

📋 copy color: '#851715'

red 133 ◦ green 23 ◦ blue 21

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

Shades of Falu Red #851715

Tints of Falu Red #851715

RGB

 RED value IS 133 (52.34% from 255) = 75.14%

 GREEN value IS 23 (9.38% from 255) = 12.99%

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

R = 75.14%
G = 12.99%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#851715 (or 0x851715) is known color: Falu Red. HEX triplet: 85, 17 and 15. RGB value is (133,23,21). Sum of RGB (Red+Green+Blue) = 133+23+21=177 (23% of max value = 765). Red value is 133 (52.34% from 255 or 75.14% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 133 - color contains mainly: red. Hex color #851715 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851715 is #7AE8EA. Grayscale: #373737. Windows color (decimal): -8055019 or 1382277. OLE color: 1382277.

HSL color Cylindrical-coordinate representation of color #851715: hue angle of 1.07º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #851715 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 23 21 -
CMYK 0 0.83 0.84 0.48
HSL 1.07º 0.73% 0.3% -
HSV(B) 1.07º 0.84% 0.52% -
XYZ 10.11 5.65 1.27 -
YUV 55.66 108.44 183.16 -
System Red Green Blue C M Y K H S L
Decimal 133 23 21 0 0.83 0.84 0.48 1.07 0.73 0.3
Hex 85 17 15 0 53 54 30 1 49 1E
Octal 205 27 25 0 123 124 60 1 111 36
Binary 10000101 10111 10101 0 1010011 1010100 110000 1 1001001 11110

Color Harmonies of #851715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851715

Black with #851715

Text Example


Text Example

White with #851715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851715; }

 p { color: rgb(133,23,21); }

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

background-color css

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

 a { background-color: rgb(133,23,21); }

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

border-color css

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

 span { border-color: rgb(133,23,21); }

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