Html Css Color HEX #87130C Falu Red

📋 copy color: '#87130C'

red 135 ◦ green 19 ◦ blue 12

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

Shades of Falu Red #87130C

Tints of Falu Red #87130C

RGB

 RED value IS 135 (53.13% from 255) = 81.33%

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

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

R = 81.33%
G = 11.45%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#87130C (or 0x87130C) is known color: Falu Red. HEX triplet: 87, 13 and 0C. RGB value is (135,19,12). Sum of RGB (Red+Green+Blue) = 135+19+12=166 (21% of max value = 765). Red value is 135 (53.12% from 255 or 81.33% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 12 (5.08% from 255 or 7.23% from 166); Max value from RGB is 135 - color contains mainly: red. Hex color #87130C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #87130C is #78ECF3. Grayscale: #353535. Windows color (decimal): -7924980 or 791431. OLE color: 791431.

HSL color Cylindrical-coordinate representation of color #87130C: hue angle of 3.41º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #87130C is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 19 12 -
CMYK 0 0.86 0.91 0.47
HSL 3.41º 0.84% 0.29% -
HSV(B) 3.41º 0.91% 0.53% -
XYZ 10.29 5.64 0.89 -
YUV 52.89 104.93 186.57 -
System Red Green Blue C M Y K H S L
Decimal 135 19 12 0 0.86 0.91 0.47 3.41 0.84 0.29
Hex 87 13 C 0 56 5B 2F 3 54 1D
Octal 207 23 14 0 126 133 57 3 124 35
Binary 10000111 10011 1100 0 1010110 1011011 101111 11 1010100 11101

Color Harmonies of #87130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87130C

Black with #87130C

Text Example


Text Example

White with #87130C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,19,12); }

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

background-color css

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

 a { background-color: rgb(135,19,12); }

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

border-color css

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

 span { border-color: rgb(135,19,12); }

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