Html Css Color HEX #872012 Falu Red

📋 copy color: '#872012'

red 135 ◦ green 32 ◦ blue 18

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

Shades of Falu Red #872012

Tints of Falu Red #872012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.73%

R = 72.97%
G = 17.3%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#872012 (or 0x872012) is known color: Falu Red. HEX triplet: 87, 20 and 12. RGB value is (135,32,18). Sum of RGB (Red+Green+Blue) = 135+32+18=185 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.97% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 18 (7.42% from 255 or 9.73% from 185); Max value from RGB is 135 - color contains mainly: red. Hex color #872012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872012 is #78DFED. Grayscale: #3D3D3D. Windows color (decimal): -7921646 or 1187975. OLE color: 1187975.

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

Color convert

RGB 135 32 18 -
CMYK 0 0.76 0.87 0.47
HSL 7.18º 0.76% 0.3% -
HSV(B) 7.18º 0.87% 0.53% -
XYZ 10.62 6.23 1.21 -
YUV 61.2 103.62 180.64 -
System Red Green Blue C M Y K H S L
Decimal 135 32 18 0 0.76 0.87 0.47 7.18 0.76 0.3
Hex 87 20 12 0 4C 57 2F 7 4C 1E
Octal 207 40 22 0 114 127 57 7 114 36
Binary 10000111 100000 10010 0 1001100 1010111 101111 111 1001100 11110

Color Harmonies of #872012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872012

Black with #872012

Text Example


Text Example

White with #872012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872012; }

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

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

background-color css

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

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

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

border-color css

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

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

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