Html Css Color HEX #872005 Falu Red

📋 copy color: '#872005'

red 135 ◦ green 32 ◦ blue 5

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

Shades of Falu Red #872005

Tints of Falu Red #872005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.91%

R = 78.49%
G = 18.6%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#872005 (or 0x872005) is known color: Falu Red. HEX triplet: 87, 20 and 05. RGB value is (135,32,5). Sum of RGB (Red+Green+Blue) = 135+32+5=172 (22% of max value = 765). Red value is 135 (53.12% from 255 or 78.49% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 5 (2.34% from 255 or 2.91% from 172); Max value from RGB is 135 - color contains mainly: red. Hex color #872005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872005 is #78DFFA. Grayscale: #3B3B3B. Windows color (decimal): -7921659 or 336007. OLE color: 336007.

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

Color convert

RGB 135 32 5 -
CMYK 0 0.76 0.96 0.47
HSL 12.46º 0.93% 0.27% -
HSV(B) 12.46º 0.96% 0.53% -
XYZ 10.54 6.19 0.78 -
YUV 59.72 97.12 181.7 -
System Red Green Blue C M Y K H S L
Decimal 135 32 5 0 0.76 0.96 0.47 12.46 0.93 0.27
Hex 87 20 5 0 4C 60 2F C 5D 1B
Octal 207 40 5 0 114 140 57 14 135 33
Binary 10000111 100000 101 0 1001100 1100000 101111 1100 1011101 11011

Color Harmonies of #872005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872005

Black with #872005

Text Example


Text Example

White with #872005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872005; }

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

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

background-color css

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

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

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

border-color css

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

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

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