Html Css Color HEX #85140C Falu Red

📋 copy color: '#85140C'

red 133 ◦ green 20 ◦ blue 12

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

Shades of Falu Red #85140C

Tints of Falu Red #85140C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.27%

R = 80.61%
G = 12.12%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#85140C (or 0x85140C) is known color: Falu Red. HEX triplet: 85, 14 and 0C. RGB value is (133,20,12). Sum of RGB (Red+Green+Blue) = 133+20+12=165 (21% of max value = 765). Red value is 133 (52.34% from 255 or 80.61% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 12 (5.08% from 255 or 7.27% from 165); Max value from RGB is 133 - color contains mainly: red. Hex color #85140C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85140C is #7AEBF3. Grayscale: #353535. Windows color (decimal): -8055796 or 791685. OLE color: 791685.

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

Color convert

RGB 133 20 12 -
CMYK 0 0.85 0.91 0.48
HSL 3.97º 0.83% 0.28% -
HSV(B) 3.97º 0.91% 0.52% -
XYZ 9.99 5.51 0.89 -
YUV 52.88 104.94 185.15 -
System Red Green Blue C M Y K H S L
Decimal 133 20 12 0 0.85 0.91 0.48 3.97 0.83 0.28
Hex 85 14 C 0 55 5B 30 4 53 1C
Octal 205 24 14 0 125 133 60 4 123 34
Binary 10000101 10100 1100 0 1010101 1011011 110000 100 1010011 11100

Color Harmonies of #85140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85140C

Black with #85140C

Text Example


Text Example

White with #85140C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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