Html Css Color HEX #872000 Falu Red

📋 copy color: '#872000'

red 135 ◦ green 32 ◦ blue 0

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

Shades of Falu Red #872000

Tints of Falu Red #872000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.84%
G = 19.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#872000 (or 0x872000) is known color: Falu Red. HEX triplet: 87, 20 and 00. RGB value is (135,32,0). Sum of RGB (Red+Green+Blue) = 135+32+0=167 (22% of max value = 765). Red value is 135 (53.12% from 255 or 80.84% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 135 - color contains mainly: red. Hex color #872000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872000 is #78DFFF. Grayscale: #3B3B3B. Windows color (decimal): -7921664 or 8327. OLE color: 8327.

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

Color convert

RGB 135 32 0 -
CMYK 0 0.76 1 0.47
HSL 14.22º 1% 0.26% -
HSV(B) 14.22º 1% 0.53% -
XYZ 10.51 6.18 0.64 -
YUV 59.15 94.62 182.1 -
System Red Green Blue C M Y K H S L
Decimal 135 32 0 0 0.76 1 0.47 14.22 1 0.26
Hex 87 20 0 0 4C 64 2F E 64 1A
Octal 207 40 0 0 114 144 57 16 144 32
Binary 10000111 100000 0 0 1001100 1100100 101111 1110 1100100 11010

Color Harmonies of #872000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872000

Black with #872000

Text Example


Text Example

White with #872000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872000; }

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

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

background-color css

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

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

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

border-color css

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

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

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