Html Css Color HEX #872515 Falu Red

📋 copy color: '#872515'

red 135 ◦ green 37 ◦ blue 21

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

Shades of Falu Red #872515

Tints of Falu Red #872515

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.17%

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

R = 69.95%
G = 19.17%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#872515 (or 0x872515) is known color: Falu Red. HEX triplet: 87, 25 and 15. RGB value is (135,37,21). Sum of RGB (Red+Green+Blue) = 135+37+21=193 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.95% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 21 (8.59% from 255 or 10.88% from 193); Max value from RGB is 135 - color contains mainly: red. Hex color #872515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872515 is #78DAEA. Grayscale: #404040. Windows color (decimal): -7920363 or 1385863. OLE color: 1385863.

HSL color Cylindrical-coordinate representation of color #872515: hue angle of 8.42º 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 #872515 is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 37 21 -
CMYK 0 0.73 0.84 0.47
HSL 8.42º 0.73% 0.31% -
HSV(B) 8.42º 0.84% 0.53% -
XYZ 10.79 6.53 1.4 -
YUV 64.48 103.47 178.3 -
System Red Green Blue C M Y K H S L
Decimal 135 37 21 0 0.73 0.84 0.47 8.42 0.73 0.31
Hex 87 25 15 0 49 54 2F 8 49 1F
Octal 207 45 25 0 111 124 57 10 111 37
Binary 10000111 100101 10101 0 1001001 1010100 101111 1000 1001001 11111

Color Harmonies of #872515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872515

Black with #872515

Text Example


Text Example

White with #872515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872515; }

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

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

background-color css

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

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

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

border-color css

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

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

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