Html Css Color HEX #85140D Falu Red

📋 copy color: '#85140D'

red 133 ◦ green 20 ◦ blue 13

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

Shades of Falu Red #85140D

Tints of Falu Red #85140D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.83%

R = 80.12%
G = 12.05%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#85140D (or 0x85140D) is known color: Falu Red. HEX triplet: 85, 14 and 0D. RGB value is (133,20,13). Sum of RGB (Red+Green+Blue) = 133+20+13=166 (21% of max value = 765). Red value is 133 (52.34% from 255 or 80.12% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 133 - color contains mainly: red. Hex color #85140D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85140D is #7AEBF2. Grayscale: #353535. Windows color (decimal): -8055795 or 857221. OLE color: 857221.

HSL color Cylindrical-coordinate representation of color #85140D: hue angle of 3.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85140D is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 20 13 -
CMYK 0 0.85 0.90 0.48
HSL 3.5º 0.82% 0.29% -
HSV(B) 3.5º 0.9% 0.52% -
XYZ 10 5.52 0.92 -
YUV 52.99 105.44 185.07 -
System Red Green Blue C M Y K H S L
Decimal 133 20 13 0 0.85 0.90 0.48 3.5 0.82 0.29
Hex 85 14 D 0 55 5A 30 4 52 1D
Octal 205 24 15 0 125 132 60 4 122 35
Binary 10000101 10100 1101 0 1010101 1011010 110000 100 1010010 11101

Color Harmonies of #85140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85140D

Black with #85140D

Text Example


Text Example

White with #85140D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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