Html Css Color HEX #851D17 Falu Red

📋 copy color: '#851D17'

red 133 ◦ green 29 ◦ blue 23

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

Shades of Falu Red #851D17

Tints of Falu Red #851D17

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.68%

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

R = 71.89%
G = 15.68%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#851D17 (or 0x851D17) is known color: Falu Red. HEX triplet: 85, 1D and 17. RGB value is (133,29,23). Sum of RGB (Red+Green+Blue) = 133+29+23=185 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.89% from 185); Green value is 29 (11.72% from 255 or 15.68% from 185); Blue value is 23 (9.38% from 255 or 12.43% from 185); Max value from RGB is 133 - color contains mainly: red. Hex color #851D17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851D17 is #7AE2E8. Grayscale: #3B3B3B. Windows color (decimal): -8053481 or 1514885. OLE color: 1514885.

HSL color Cylindrical-coordinate representation of color #851D17: hue angle of 3.27º 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 #851D17 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 29 23 -
CMYK 0 0.78 0.83 0.48
HSL 3.27º 0.71% 0.31% -
HSV(B) 3.27º 0.83% 0.52% -
XYZ 10.27 5.93 1.41 -
YUV 59.41 107.46 180.49 -
System Red Green Blue C M Y K H S L
Decimal 133 29 23 0 0.78 0.83 0.48 3.27 0.71 0.31
Hex 85 1D 17 0 4E 53 30 3 47 1F
Octal 205 35 27 0 116 123 60 3 107 37
Binary 10000101 11101 10111 0 1001110 1010011 110000 11 1000111 11111

Color Harmonies of #851D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851D17

Black with #851D17

Text Example


Text Example

White with #851D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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