Html Css Color HEX #871E03 Falu Red

📋 copy color: '#871E03'

red 135 ◦ green 30 ◦ blue 3

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

Shades of Falu Red #871E03

Tints of Falu Red #871E03

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.86%

 BLUE value IS 3 (1.56% from 255) = 1.79%

R = 80.36%
G = 17.86%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.47

RGB Variations

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

Color information

#871E03 (or 0x871E03) is known color: Falu Red. HEX triplet: 87, 1E and 03. RGB value is (135,30,3). Sum of RGB (Red+Green+Blue) = 135+30+3=168 (22% of max value = 765). Red value is 135 (53.12% from 255 or 80.36% from 168); Green value is 30 (12.11% from 255 or 17.86% from 168); Blue value is 3 (1.56% from 255 or 1.79% from 168); Max value from RGB is 135 - color contains mainly: red. Hex color #871E03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #871E03 is #78E1FC. Grayscale: #3A3A3A. Windows color (decimal): -7922173 or 204423. OLE color: 204423.

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

Color convert

RGB 135 30 3 -
CMYK 0 0.78 0.98 0.47
HSL 12.27º 0.96% 0.27% -
HSV(B) 12.27º 0.98% 0.53% -
XYZ 10.47 6.09 0.71 -
YUV 58.32 96.79 182.7 -
System Red Green Blue C M Y K H S L
Decimal 135 30 3 0 0.78 0.98 0.47 12.27 0.96 0.27
Hex 87 1E 3 0 4E 62 2F C 60 1B
Octal 207 36 3 0 116 142 57 14 140 33
Binary 10000111 11110 11 0 1001110 1100010 101111 1100 1100000 11011

Color Harmonies of #871E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871E03

Black with #871E03

Text Example


Text Example

White with #871E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871E03; }

 p { color: rgb(135,30,3); }

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

background-color css

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

 a { background-color: rgb(135,30,3); }

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

border-color css

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

 span { border-color: rgb(135,30,3); }

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