Html Css Color HEX #872500 Falu Red

📋 copy color: '#872500'

red 135 ◦ green 37 ◦ blue 0

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

Shades of Falu Red #872500

Tints of Falu Red #872500

RGB

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

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

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

R = 78.49%
G = 21.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#872500 (or 0x872500) is known color: Falu Red. HEX triplet: 87, 25 and 00. RGB value is (135,37,0). Sum of RGB (Red+Green+Blue) = 135+37+0=172 (22% of max value = 765). Red value is 135 (53.12% from 255 or 78.49% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 135 - color contains mainly: red. Hex color #872500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872500 is #78DAFF. Grayscale: #3E3E3E. Windows color (decimal): -7920384 or 9607. OLE color: 9607.

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

Color convert

RGB 135 37 0 -
CMYK 0 0.73 1 0.47
HSL 16.44º 1% 0.26% -
HSV(B) 16.44º 1% 0.53% -
XYZ 10.65 6.47 0.69 -
YUV 62.08 92.97 180.01 -
System Red Green Blue C M Y K H S L
Decimal 135 37 0 0 0.73 1 0.47 16.44 1 0.26
Hex 87 25 0 0 49 64 2F 10 64 1A
Octal 207 45 0 0 111 144 57 20 144 32
Binary 10000111 100101 0 0 1001001 1100100 101111 10000 1100100 11010

Color Harmonies of #872500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872500

Black with #872500

Text Example


Text Example

White with #872500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872500; }

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

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

background-color css

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

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

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

border-color css

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

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

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