Html Css Color HEX #872200 Falu Red

📋 copy color: '#872200'

red 135 ◦ green 34 ◦ blue 0

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

Shades of Falu Red #872200

Tints of Falu Red #872200

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.12%

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

R = 79.88%
G = 20.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#872200 (or 0x872200) is known color: Falu Red. HEX triplet: 87, 22 and 00. RGB value is (135,34,0). Sum of RGB (Red+Green+Blue) = 135+34+0=169 (22% of max value = 765). Red value is 135 (53.12% from 255 or 79.88% from 169); Green value is 34 (13.67% from 255 or 20.12% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 135 - color contains mainly: red. Hex color #872200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872200 is #78DDFF. Grayscale: #3C3C3C. Windows color (decimal): -7921152 or 8839. OLE color: 8839.

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

Color convert

RGB 135 34 0 -
CMYK 0 0.75 1 0.47
HSL 15.11º 1% 0.26% -
HSV(B) 15.11º 1% 0.53% -
XYZ 10.56 6.29 0.66 -
YUV 60.32 93.96 181.26 -
System Red Green Blue C M Y K H S L
Decimal 135 34 0 0 0.75 1 0.47 15.11 1 0.26
Hex 87 22 0 0 4B 64 2F F 64 1A
Octal 207 42 0 0 113 144 57 17 144 32
Binary 10000111 100010 0 0 1001011 1100100 101111 1111 1100100 11010

Color Harmonies of #872200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872200

Black with #872200

Text Example


Text Example

White with #872200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872200; }

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

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

background-color css

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

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

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

border-color css

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

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

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