Html Css Color HEX #85170B Falu Red

📋 copy color: '#85170B'

red 133 ◦ green 23 ◦ blue 11

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

Shades of Falu Red #85170B

Tints of Falu Red #85170B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.77%

 BLUE value IS 11 (4.69% from 255) = 6.59%

R = 79.64%
G = 13.77%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#85170B (or 0x85170B) is known color: Falu Red. HEX triplet: 85, 17 and 0B. RGB value is (133,23,11). Sum of RGB (Red+Green+Blue) = 133+23+11=167 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.64% from 167); Green value is 23 (9.38% from 255 or 13.77% from 167); Blue value is 11 (4.69% from 255 or 6.59% from 167); Max value from RGB is 133 - color contains mainly: red. Hex color #85170B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85170B is #7AE8F4. Grayscale: #363636. Windows color (decimal): -8055029 or 726917. OLE color: 726917.

HSL color Cylindrical-coordinate representation of color #85170B: hue angle of 5.9º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85170B is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 23 11 -
CMYK 0 0.83 0.92 0.48
HSL 5.9º 0.85% 0.28% -
HSV(B) 5.9º 0.92% 0.52% -
XYZ 10.04 5.62 0.87 -
YUV 54.52 103.44 183.98 -
System Red Green Blue C M Y K H S L
Decimal 133 23 11 0 0.83 0.92 0.48 5.9 0.85 0.28
Hex 85 17 B 0 53 5C 30 6 55 1C
Octal 205 27 13 0 123 134 60 6 125 34
Binary 10000101 10111 1011 0 1010011 1011100 110000 110 1010101 11100

Color Harmonies of #85170B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85170B

Black with #85170B

Text Example


Text Example

White with #85170B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85170B; }

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

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

background-color css

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

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

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

border-color css

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

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

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