Html Css Color HEX #85130B Falu Red

📋 copy color: '#85130B'

red 133 ◦ green 19 ◦ blue 11

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

Shades of Falu Red #85130B

Tints of Falu Red #85130B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.66%

 BLUE value IS 11 (4.69% from 255) = 6.75%

R = 81.6%
G = 11.66%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#85130B (or 0x85130B) is known color: Falu Red. HEX triplet: 85, 13 and 0B. RGB value is (133,19,11). Sum of RGB (Red+Green+Blue) = 133+19+11=163 (21% of max value = 765). Red value is 133 (52.34% from 255 or 81.60% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 133 - color contains mainly: red. Hex color #85130B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85130B is #7AECF4. Grayscale: #343434. Windows color (decimal): -8056053 or 725893. OLE color: 725893.

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

Color convert

RGB 133 19 11 -
CMYK 0 0.86 0.92 0.48
HSL 3.93º 0.85% 0.28% -
HSV(B) 3.93º 0.92% 0.52% -
XYZ 9.97 5.48 0.85 -
YUV 52.17 104.77 185.65 -
System Red Green Blue C M Y K H S L
Decimal 133 19 11 0 0.86 0.92 0.48 3.93 0.85 0.28
Hex 85 13 B 0 56 5C 30 4 55 1C
Octal 205 23 13 0 126 134 60 4 125 34
Binary 10000101 10011 1011 0 1010110 1011100 110000 100 1010101 11100

Color Harmonies of #85130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85130B

Black with #85130B

Text Example


Text Example

White with #85130B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85130B; }

 p { color: rgb(133,19,11); }

 H1.HeaderClassName
 {
   color: #85130B;
 }
 .AnyTagClassName
 {
   color: #85130B;
 }
</style>

background-color css

<style>
 a { background-color: #85130B; }

 a { background-color: rgb(133,19,11); }

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

border-color css

<style>
 span { border-color: #85130B; }

 span { border-color: rgb(133,19,11); }

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