Html Css Color HEX #852017 Falu Red

📋 copy color: '#852017'

red 133 ◦ green 32 ◦ blue 23

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

Shades of Falu Red #852017

Tints of Falu Red #852017

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.02%

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

R = 70.74%
G = 17.02%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#852017 (or 0x852017) is known color: Falu Red. HEX triplet: 85, 20 and 17. RGB value is (133,32,23). Sum of RGB (Red+Green+Blue) = 133+32+23=188 (24% of max value = 765). Red value is 133 (52.34% from 255 or 70.74% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 23 (9.38% from 255 or 12.23% from 188); Max value from RGB is 133 - color contains mainly: red. Hex color #852017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852017 is #7ADFE8. Grayscale: #3D3D3D. Windows color (decimal): -8052713 or 1515653. OLE color: 1515653.

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

Color convert

RGB 133 32 23 -
CMYK 0 0.76 0.83 0.48
HSL 4.91º 0.71% 0.31% -
HSV(B) 4.91º 0.83% 0.52% -
XYZ 10.34 6.08 1.44 -
YUV 61.17 106.46 179.23 -
System Red Green Blue C M Y K H S L
Decimal 133 32 23 0 0.76 0.83 0.48 4.91 0.71 0.31
Hex 85 20 17 0 4C 53 30 5 47 1F
Octal 205 40 27 0 114 123 60 5 107 37
Binary 10000101 100000 10111 0 1001100 1010011 110000 101 1000111 11111

Color Harmonies of #852017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852017

Black with #852017

Text Example


Text Example

White with #852017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852017; }

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

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

background-color css

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

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

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

border-color css

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

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

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