Html Css Color HEX #85140F Falu Red

📋 copy color: '#85140F'

red 133 ◦ green 20 ◦ blue 15

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

Shades of Falu Red #85140F

Tints of Falu Red #85140F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.9%

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

R = 79.17%
G = 11.9%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#85140F (or 0x85140F) is known color: Falu Red. HEX triplet: 85, 14 and 0F. RGB value is (133,20,15). Sum of RGB (Red+Green+Blue) = 133+20+15=168 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.17% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 15 (6.25% from 255 or 8.93% from 168); Max value from RGB is 133 - color contains mainly: red. Hex color #85140F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85140F is #7AEBF0. Grayscale: #353535. Windows color (decimal): -8055793 or 988293. OLE color: 988293.

HSL color Cylindrical-coordinate representation of color #85140F: hue angle of 2.54º 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 #85140F is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 20 15 -
CMYK 0 0.85 0.89 0.48
HSL 2.54º 0.8% 0.29% -
HSV(B) 2.54º 0.89% 0.52% -
XYZ 10.01 5.52 0.99 -
YUV 53.22 106.44 184.91 -
System Red Green Blue C M Y K H S L
Decimal 133 20 15 0 0.85 0.89 0.48 2.54 0.8 0.29
Hex 85 14 F 0 55 59 30 3 50 1D
Octal 205 24 17 0 125 131 60 3 120 35
Binary 10000101 10100 1111 0 1010101 1011001 110000 11 1010000 11101

Color Harmonies of #85140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85140F

Black with #85140F

Text Example


Text Example

White with #85140F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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