Html Css Color HEX #872316 Falu Red

📋 copy color: '#872316'

red 135 ◦ green 35 ◦ blue 22

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

Shades of Falu Red #872316

Tints of Falu Red #872316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.46%

R = 70.31%
G = 18.23%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#872316 (or 0x872316) is known color: Falu Red. HEX triplet: 87, 23 and 16. RGB value is (135,35,22). Sum of RGB (Red+Green+Blue) = 135+35+22=192 (25% of max value = 765). Red value is 135 (53.12% from 255 or 70.31% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 135 - color contains mainly: red. Hex color #872316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872316 is #78DCE9. Grayscale: #3F3F3F. Windows color (decimal): -7920874 or 1450887. OLE color: 1450887.

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

Color convert

RGB 135 35 22 -
CMYK 0 0.74 0.84 0.47
HSL 6.9º 0.72% 0.31% -
HSV(B) 6.9º 0.84% 0.53% -
XYZ 10.74 6.41 1.43 -
YUV 63.42 104.63 179.06 -
System Red Green Blue C M Y K H S L
Decimal 135 35 22 0 0.74 0.84 0.47 6.9 0.72 0.31
Hex 87 23 16 0 4A 54 2F 7 48 1F
Octal 207 43 26 0 112 124 57 7 110 37
Binary 10000111 100011 10110 0 1001010 1010100 101111 111 1001000 11111

Color Harmonies of #872316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872316

Black with #872316

Text Example


Text Example

White with #872316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872316; }

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

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

background-color css

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

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

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

border-color css

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

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

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