Html Css Color HEX #85190F Falu Red

📋 copy color: '#85190F'

red 133 ◦ green 25 ◦ blue 15

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

Shades of Falu Red #85190F

Tints of Falu Red #85190F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.45%

 BLUE value IS 15 (6.25% from 255) = 8.67%

R = 76.88%
G = 14.45%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#85190F (or 0x85190F) is known color: Falu Red. HEX triplet: 85, 19 and 0F. RGB value is (133,25,15). Sum of RGB (Red+Green+Blue) = 133+25+15=173 (22% of max value = 765). Red value is 133 (52.34% from 255 or 76.88% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 133 - color contains mainly: red. Hex color #85190F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85190F is #7AE6F0. Grayscale: #383838. Windows color (decimal): -8054513 or 989573. OLE color: 989573.

HSL color Cylindrical-coordinate representation of color #85190F: hue angle of 5.08º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85190F is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 25 15 -
CMYK 0 0.81 0.89 0.48
HSL 5.08º 0.8% 0.29% -
HSV(B) 5.08º 0.89% 0.52% -
XYZ 10.11 5.72 1.02 -
YUV 56.15 104.78 182.81 -
System Red Green Blue C M Y K H S L
Decimal 133 25 15 0 0.81 0.89 0.48 5.08 0.8 0.29
Hex 85 19 F 0 51 59 30 5 50 1D
Octal 205 31 17 0 121 131 60 5 120 35
Binary 10000101 11001 1111 0 1010001 1011001 110000 101 1010000 11101

Color Harmonies of #85190F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85190F

Black with #85190F

Text Example


Text Example

White with #85190F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85190F; }

 p { color: rgb(133,25,15); }

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

background-color css

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

 a { background-color: rgb(133,25,15); }

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

border-color css

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

 span { border-color: rgb(133,25,15); }

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