Html Css Color HEX #85190A Falu Red

📋 copy color: '#85190A'

red 133 ◦ green 25 ◦ blue 10

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

Shades of Falu Red #85190A

Tints of Falu Red #85190A

RGB

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

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

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

R = 79.17%
G = 14.88%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#85190A (or 0x85190A) is known color: Falu Red. HEX triplet: 85, 19 and 0A. RGB value is (133,25,10). Sum of RGB (Red+Green+Blue) = 133+25+10=168 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.17% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 10 (4.30% from 255 or 5.95% from 168); Max value from RGB is 133 - color contains mainly: red. Hex color #85190A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85190A is #7AE6F5. Grayscale: #373737. Windows color (decimal): -8054518 or 661893. OLE color: 661893.

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

Color convert

RGB 133 25 10 -
CMYK 0 0.81 0.92 0.48
HSL 7.32º 0.86% 0.28% -
HSV(B) 7.32º 0.92% 0.52% -
XYZ 10.08 5.7 0.86 -
YUV 55.58 102.28 183.22 -
System Red Green Blue C M Y K H S L
Decimal 133 25 10 0 0.81 0.92 0.48 7.32 0.86 0.28
Hex 85 19 A 0 51 5C 30 7 56 1C
Octal 205 31 12 0 121 134 60 7 126 34
Binary 10000101 11001 1010 0 1010001 1011100 110000 111 1010110 11100

Color Harmonies of #85190A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85190A

Black with #85190A

Text Example


Text Example

White with #85190A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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