Html Css Color HEX #872310 Falu Red

📋 copy color: '#872310'

red 135 ◦ green 35 ◦ blue 16

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

Shades of Falu Red #872310

Tints of Falu Red #872310

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.82%

 BLUE value IS 16 (6.64% from 255) = 8.6%

R = 72.58%
G = 18.82%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#872310 (or 0x872310) is known color: Falu Red. HEX triplet: 87, 23 and 10. RGB value is (135,35,16). Sum of RGB (Red+Green+Blue) = 135+35+16=186 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.58% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 16 (6.64% from 255 or 8.60% from 186); Max value from RGB is 135 - color contains mainly: red. Hex color #872310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872310 is #78DCEF. Grayscale: #3E3E3E. Windows color (decimal): -7920880 or 1057671. OLE color: 1057671.

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

Color convert

RGB 135 35 16 -
CMYK 0 0.74 0.88 0.47
HSL 9.58º 0.79% 0.3% -
HSV(B) 9.58º 0.88% 0.53% -
XYZ 10.69 6.39 1.16 -
YUV 62.73 101.63 179.54 -
System Red Green Blue C M Y K H S L
Decimal 135 35 16 0 0.74 0.88 0.47 9.58 0.79 0.3
Hex 87 23 10 0 4A 58 2F A 4F 1E
Octal 207 43 20 0 112 130 57 12 117 36
Binary 10000111 100011 10000 0 1001010 1011000 101111 1010 1001111 11110

Color Harmonies of #872310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872310

Black with #872310

Text Example


Text Example

White with #872310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872310; }

 p { color: rgb(135,35,16); }

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

background-color css

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

 a { background-color: rgb(135,35,16); }

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

border-color css

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

 span { border-color: rgb(135,35,16); }

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