Html Css Color HEX #851917 Falu Red

📋 copy color: '#851917'

red 133 ◦ green 25 ◦ blue 23

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

Shades of Falu Red #851917

Tints of Falu Red #851917

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.81%

 BLUE value IS 23 (9.38% from 255) = 12.71%

R = 73.48%
G = 13.81%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#851917 (or 0x851917) is known color: Falu Red. HEX triplet: 85, 19 and 17. RGB value is (133,25,23). Sum of RGB (Red+Green+Blue) = 133+25+23=181 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.48% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 23 (9.38% from 255 or 12.71% from 181); Max value from RGB is 133 - color contains mainly: red. Hex color #851917 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851917 is #7AE6E8. Grayscale: #393939. Windows color (decimal): -8054505 or 1513861. OLE color: 1513861.

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

Color convert

RGB 133 25 23 -
CMYK 0 0.81 0.83 0.48
HSL 1.09º 0.71% 0.31% -
HSV(B) 1.09º 0.83% 0.52% -
XYZ 10.18 5.74 1.38 -
YUV 57.06 108.78 182.16 -
System Red Green Blue C M Y K H S L
Decimal 133 25 23 0 0.81 0.83 0.48 1.09 0.71 0.31
Hex 85 19 17 0 51 53 30 1 47 1F
Octal 205 31 27 0 121 123 60 1 107 37
Binary 10000101 11001 10111 0 1010001 1010011 110000 1 1000111 11111

Color Harmonies of #851917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851917

Black with #851917

Text Example


Text Example

White with #851917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851917; }

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

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

background-color css

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

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

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

border-color css

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

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

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