Html Css Color HEX #872019 Falu Red

📋 copy color: '#872019'

red 135 ◦ green 32 ◦ blue 25

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

Shades of Falu Red #872019

Tints of Falu Red #872019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.02%

R = 70.31%
G = 16.67%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#872019 (or 0x872019) is known color: Falu Red. HEX triplet: 87, 20 and 19. RGB value is (135,32,25). Sum of RGB (Red+Green+Blue) = 135+32+25=192 (25% of max value = 765). Red value is 135 (53.12% from 255 or 70.31% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 25 (10.16% from 255 or 13.02% from 192); Max value from RGB is 135 - color contains mainly: red. Hex color #872019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872019 is #78DFE6. Grayscale: #3E3E3E. Windows color (decimal): -7921639 or 1646727. OLE color: 1646727.

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

Color convert

RGB 135 32 25 -
CMYK 0 0.76 0.81 0.47
HSL 3.82º 0.69% 0.31% -
HSV(B) 3.82º 0.81% 0.53% -
XYZ 10.68 6.25 1.56 -
YUV 62 107.12 180.07 -
System Red Green Blue C M Y K H S L
Decimal 135 32 25 0 0.76 0.81 0.47 3.82 0.69 0.31
Hex 87 20 19 0 4C 51 2F 4 45 1F
Octal 207 40 31 0 114 121 57 4 105 37
Binary 10000111 100000 11001 0 1001100 1010001 101111 100 1000101 11111

Color Harmonies of #872019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872019

Black with #872019

Text Example


Text Example

White with #872019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872019; }

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

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

background-color css

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

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

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

border-color css

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

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

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