Html Css Color HEX #871802 Falu Red

📋 copy color: '#871802'

red 135 ◦ green 24 ◦ blue 2

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

Shades of Falu Red #871802

Tints of Falu Red #871802

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.91%

 BLUE value IS 2 (1.17% from 255) = 1.24%

R = 83.85%
G = 14.91%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#871802 (or 0x871802) is known color: Falu Red. HEX triplet: 87, 18 and 02. RGB value is (135,24,2). Sum of RGB (Red+Green+Blue) = 135+24+2=161 (21% of max value = 765). Red value is 135 (53.12% from 255 or 83.85% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 2 (1.17% from 255 or 1.24% from 161); Max value from RGB is 135 - color contains mainly: red. Hex color #871802 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871802 is #78E7FD. Grayscale: #363636. Windows color (decimal): -7923710 or 137351. OLE color: 137351.

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

Color convert

RGB 135 24 2 -
CMYK 0 0.82 0.99 0.47
HSL 9.92º 0.97% 0.27% -
HSV(B) 9.92º 0.99% 0.53% -
XYZ 10.33 5.81 0.63 -
YUV 54.68 98.27 185.29 -
System Red Green Blue C M Y K H S L
Decimal 135 24 2 0 0.82 0.99 0.47 9.92 0.97 0.27
Hex 87 18 2 0 52 63 2F A 61 1B
Octal 207 30 2 0 122 143 57 12 141 33
Binary 10000111 11000 10 0 1010010 1100011 101111 1010 1100001 11011

Color Harmonies of #871802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871802

Black with #871802

Text Example


Text Example

White with #871802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871802; }

 p { color: rgb(135,24,2); }

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

background-color css

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

 a { background-color: rgb(135,24,2); }

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

border-color css

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

 span { border-color: rgb(135,24,2); }

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