Html Css Color HEX #851E17 Falu Red

📋 copy color: '#851E17'

red 133 ◦ green 30 ◦ blue 23

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

Shades of Falu Red #851E17

Tints of Falu Red #851E17

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.13%

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

R = 71.51%
G = 16.13%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#851E17 (or 0x851E17) is known color: Falu Red. HEX triplet: 85, 1E and 17. RGB value is (133,30,23). Sum of RGB (Red+Green+Blue) = 133+30+23=186 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.51% from 186); Green value is 30 (12.11% from 255 or 16.13% from 186); Blue value is 23 (9.38% from 255 or 12.37% from 186); Max value from RGB is 133 - color contains mainly: red. Hex color #851E17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851E17 is #7AE1E8. Grayscale: #3C3C3C. Windows color (decimal): -8053225 or 1515141. OLE color: 1515141.

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

Color convert

RGB 133 30 23 -
CMYK 0 0.77 0.83 0.48
HSL 3.82º 0.71% 0.31% -
HSV(B) 3.82º 0.83% 0.52% -
XYZ 10.29 5.98 1.42 -
YUV 60 107.12 180.07 -
System Red Green Blue C M Y K H S L
Decimal 133 30 23 0 0.77 0.83 0.48 3.82 0.71 0.31
Hex 85 1E 17 0 4D 53 30 4 47 1F
Octal 205 36 27 0 115 123 60 4 107 37
Binary 10000101 11110 10111 0 1001101 1010011 110000 100 1000111 11111

Color Harmonies of #851E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851E17

Black with #851E17

Text Example


Text Example

White with #851E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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