Html Css Color HEX #851A17 Falu Red

📋 copy color: '#851A17'

red 133 ◦ green 26 ◦ blue 23

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

Shades of Falu Red #851A17

Tints of Falu Red #851A17

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.29%

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

R = 73.08%
G = 14.29%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#851A17 (or 0x851A17) is known color: Falu Red. HEX triplet: 85, 1A and 17. RGB value is (133,26,23). Sum of RGB (Red+Green+Blue) = 133+26+23=182 (24% of max value = 765). Red value is 133 (52.34% from 255 or 73.08% from 182); Green value is 26 (10.55% from 255 or 14.29% from 182); Blue value is 23 (9.38% from 255 or 12.64% from 182); Max value from RGB is 133 - color contains mainly: red. Hex color #851A17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851A17 is #7AE5E8. Grayscale: #393939. Windows color (decimal): -8054249 or 1514117. OLE color: 1514117.

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

Color convert

RGB 133 26 23 -
CMYK 0 0.80 0.83 0.48
HSL 1.64º 0.71% 0.31% -
HSV(B) 1.64º 0.83% 0.52% -
XYZ 10.2 5.79 1.39 -
YUV 57.65 108.45 181.74 -
System Red Green Blue C M Y K H S L
Decimal 133 26 23 0 0.80 0.83 0.48 1.64 0.71 0.31
Hex 85 1A 17 0 50 53 30 2 47 1F
Octal 205 32 27 0 120 123 60 2 107 37
Binary 10000101 11010 10111 0 1010000 1010011 110000 10 1000111 11111

Color Harmonies of #851A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851A17

Black with #851A17

Text Example


Text Example

White with #851A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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