Html Css Color HEX #85100A Falu Red

📋 copy color: '#85100A'

red 133 ◦ green 16 ◦ blue 10

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

Shades of Falu Red #85100A

Tints of Falu Red #85100A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.06%

 BLUE value IS 10 (4.3% from 255) = 6.29%

R = 83.65%
G = 10.06%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#85100A (or 0x85100A) is known color: Falu Red. HEX triplet: 85, 10 and 0A. RGB value is (133,16,10). Sum of RGB (Red+Green+Blue) = 133+16+10=159 (21% of max value = 765). Red value is 133 (52.34% from 255 or 83.65% from 159); Green value is 16 (6.64% from 255 or 10.06% from 159); Blue value is 10 (4.30% from 255 or 6.29% from 159); Max value from RGB is 133 - color contains mainly: red. Hex color #85100A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85100A is #7AEFF5. Grayscale: #323232. Windows color (decimal): -8056822 or 659589. OLE color: 659589.

HSL color Cylindrical-coordinate representation of color #85100A: hue angle of 2.93º degrees, saturation: 0.86, 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 #85100A is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 16 10 -
CMYK 0 0.88 0.92 0.48
HSL 2.93º 0.86% 0.28% -
HSV(B) 2.93º 0.92% 0.52% -
XYZ 9.91 5.38 0.8 -
YUV 50.3 105.26 186.99 -
System Red Green Blue C M Y K H S L
Decimal 133 16 10 0 0.88 0.92 0.48 2.93 0.86 0.28
Hex 85 10 A 0 58 5C 30 3 56 1C
Octal 205 20 12 0 130 134 60 3 126 34
Binary 10000101 10000 1010 0 1011000 1011100 110000 11 1010110 11100

Color Harmonies of #85100A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85100A

Black with #85100A

Text Example


Text Example

White with #85100A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85100A; }

 p { color: rgb(133,16,10); }

 H1.HeaderClassName
 {
   color: #85100A;
 }
 .AnyTagClassName
 {
   color: #85100A;
 }
</style>

background-color css

<style>
 a { background-color: #85100A; }

 a { background-color: rgb(133,16,10); }

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

border-color css

<style>
 span { border-color: #85100A; }

 span { border-color: rgb(133,16,10); }

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