Html Css Color HEX #852217 Falu Red

📋 copy color: '#852217'

red 133 ◦ green 34 ◦ blue 23

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

Shades of Falu Red #852217

Tints of Falu Red #852217

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.89%

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

R = 70%
G = 17.89%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#852217 (or 0x852217) is known color: Falu Red. HEX triplet: 85, 22 and 17. RGB value is (133,34,23). Sum of RGB (Red+Green+Blue) = 133+34+23=190 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70% from 190); Green value is 34 (13.67% from 255 or 17.89% from 190); Blue value is 23 (9.38% from 255 or 12.11% from 190); Max value from RGB is 133 - color contains mainly: red. Hex color #852217 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852217 is #7ADDE8. Grayscale: #3E3E3E. Windows color (decimal): -8052201 or 1516165. OLE color: 1516165.

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

Color convert

RGB 133 34 23 -
CMYK 0 0.74 0.83 0.48
HSL 0.71% 0.31% -
HSV(B) 0.83% 0.52% -
XYZ 10.4 6.19 1.46 -
YUV 62.35 105.8 178.39 -
System Red Green Blue C M Y K H S L
Decimal 133 34 23 0 0.74 0.83 0.48 6 0.71 0.31
Hex 85 22 17 0 4A 53 30 6 47 1F
Octal 205 42 27 0 112 123 60 6 107 37
Binary 10000101 100010 10111 0 1001010 1010011 110000 110 1000111 11111

Color Harmonies of #852217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852217

Black with #852217

Text Example


Text Example

White with #852217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852217; }

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

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

background-color css

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

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

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

border-color css

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

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

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