Html Css Color HEX #85130D Falu Red

📋 copy color: '#85130D'

red 133 ◦ green 19 ◦ blue 13

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

Shades of Falu Red #85130D

Tints of Falu Red #85130D

RGB

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

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

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

R = 80.61%
G = 11.52%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#85130D (or 0x85130D) is known color: Falu Red. HEX triplet: 85, 13 and 0D. RGB value is (133,19,13). Sum of RGB (Red+Green+Blue) = 133+19+13=165 (21% of max value = 765). Red value is 133 (52.34% from 255 or 80.61% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 13 (5.47% from 255 or 7.88% from 165); Max value from RGB is 133 - color contains mainly: red. Hex color #85130D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85130D is #7AECF2. Grayscale: #343434. Windows color (decimal): -8056051 or 856965. OLE color: 856965.

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

Color convert

RGB 133 19 13 -
CMYK 0 0.86 0.90 0.48
HSL 0.82% 0.29% -
HSV(B) 0.9% 0.52% -
XYZ 9.98 5.48 0.91 -
YUV 52.4 105.77 185.49 -
System Red Green Blue C M Y K H S L
Decimal 133 19 13 0 0.86 0.90 0.48 3 0.82 0.29
Hex 85 13 D 0 56 5A 30 3 52 1D
Octal 205 23 15 0 126 132 60 3 122 35
Binary 10000101 10011 1101 0 1010110 1011010 110000 11 1010010 11101

Color Harmonies of #85130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85130D

Black with #85130D

Text Example


Text Example

White with #85130D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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