Html Css Color HEX #872015 Falu Red

📋 copy color: '#872015'

red 135 ◦ green 32 ◦ blue 21

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

Shades of Falu Red #872015

Tints of Falu Red #872015

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.02%

 BLUE value IS 21 (8.59% from 255) = 11.17%

R = 71.81%
G = 17.02%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#872015 (or 0x872015) is known color: Falu Red. HEX triplet: 87, 20 and 15. RGB value is (135,32,21). Sum of RGB (Red+Green+Blue) = 135+32+21=188 (24% of max value = 765). Red value is 135 (53.12% from 255 or 71.81% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 21 (8.59% from 255 or 11.17% from 188); Max value from RGB is 135 - color contains mainly: red. Hex color #872015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872015 is #78DFEA. Grayscale: #3D3D3D. Windows color (decimal): -7921643 or 1384583. OLE color: 1384583.

HSL color Cylindrical-coordinate representation of color #872015: hue angle of 5.79º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #872015 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 32 21 -
CMYK 0 0.76 0.84 0.47
HSL 5.79º 0.73% 0.31% -
HSV(B) 5.79º 0.84% 0.53% -
XYZ 10.64 6.24 1.35 -
YUV 61.54 105.12 180.39 -
System Red Green Blue C M Y K H S L
Decimal 135 32 21 0 0.76 0.84 0.47 5.79 0.73 0.31
Hex 87 20 15 0 4C 54 2F 6 49 1F
Octal 207 40 25 0 114 124 57 6 111 37
Binary 10000111 100000 10101 0 1001100 1010100 101111 110 1001001 11111

Color Harmonies of #872015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872015

Black with #872015

Text Example


Text Example

White with #872015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872015; }

 p { color: rgb(135,32,21); }

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

background-color css

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

 a { background-color: rgb(135,32,21); }

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

border-color css

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

 span { border-color: rgb(135,32,21); }

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