Html Css Color HEX #872401 Falu Red

📋 copy color: '#872401'

red 135 ◦ green 36 ◦ blue 1

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

Shades of Falu Red #872401

Tints of Falu Red #872401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.58%

R = 78.49%
G = 20.93%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#872401 (or 0x872401) is known color: Falu Red. HEX triplet: 87, 24 and 01. RGB value is (135,36,1). Sum of RGB (Red+Green+Blue) = 135+36+1=172 (22% of max value = 765). Red value is 135 (53.12% from 255 or 78.49% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 1 (0.78% from 255 or 0.58% from 172); Max value from RGB is 135 - color contains mainly: red. Hex color #872401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872401 is #78DBFE. Grayscale: #3D3D3D. Windows color (decimal): -7920639 or 74887. OLE color: 74887.

HSL color Cylindrical-coordinate representation of color #872401: hue angle of 15.67º degrees, saturation: 0.99, 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 #872401 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 36 1 -
CMYK 0 0.73 0.99 0.47
HSL 15.67º 0.99% 0.27% -
HSV(B) 15.67º 0.99% 0.53% -
XYZ 10.63 6.41 0.71 -
YUV 61.61 93.8 180.35 -
System Red Green Blue C M Y K H S L
Decimal 135 36 1 0 0.73 0.99 0.47 15.67 0.99 0.27
Hex 87 24 1 0 49 63 2F 10 63 1B
Octal 207 44 1 0 111 143 57 20 143 33
Binary 10000111 100100 1 0 1001001 1100011 101111 10000 1100011 11011

Color Harmonies of #872401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872401

Black with #872401

Text Example


Text Example

White with #872401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872401; }

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

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

background-color css

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

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

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

border-color css

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

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

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