Html Css Color HEX #872404 Falu Red

📋 copy color: '#872404'

red 135 ◦ green 36 ◦ blue 4

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

Shades of Falu Red #872404

Tints of Falu Red #872404

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.57%

 BLUE value IS 4 (1.95% from 255) = 2.29%

R = 77.14%
G = 20.57%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#872404 (or 0x872404) is known color: Falu Red. HEX triplet: 87, 24 and 04. RGB value is (135,36,4). Sum of RGB (Red+Green+Blue) = 135+36+4=175 (23% of max value = 765). Red value is 135 (53.12% from 255 or 77.14% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 4 (1.95% from 255 or 2.29% from 175); Max value from RGB is 135 - color contains mainly: red. Hex color #872404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872404 is #78DBFB. Grayscale: #3E3E3E. Windows color (decimal): -7920636 or 271495. OLE color: 271495.

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

Color convert

RGB 135 36 4 -
CMYK 0 0.73 0.97 0.47
HSL 14.66º 0.94% 0.27% -
HSV(B) 14.66º 0.97% 0.53% -
XYZ 10.64 6.42 0.79 -
YUV 61.95 95.3 180.1 -
System Red Green Blue C M Y K H S L
Decimal 135 36 4 0 0.73 0.97 0.47 14.66 0.94 0.27
Hex 87 24 4 0 49 61 2F F 5E 1B
Octal 207 44 4 0 111 141 57 17 136 33
Binary 10000111 100100 100 0 1001001 1100001 101111 1111 1011110 11011

Color Harmonies of #872404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872404

Black with #872404

Text Example


Text Example

White with #872404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872404; }

 p { color: rgb(135,36,4); }

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

background-color css

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

 a { background-color: rgb(135,36,4); }

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

border-color css

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

 span { border-color: rgb(135,36,4); }

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