Html Css Color HEX #862503 Falu Red

📋 copy color: '#862503'

red 134 ◦ green 37 ◦ blue 3

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

Shades of Falu Red #862503

Tints of Falu Red #862503

RGB

 RED value IS 134 (52.73% from 255) = 77.01%

 GREEN value IS 37 (14.84% from 255) = 21.26%

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

R = 77.01%
G = 21.26%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.47

RGB Variations

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

Color information

#862503 (or 0x862503) is known color: Falu Red. HEX triplet: 86, 25 and 03. RGB value is (134,37,3). Sum of RGB (Red+Green+Blue) = 134+37+3=174 (23% of max value = 765). Red value is 134 (52.73% from 255 or 77.01% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 3 (1.56% from 255 or 1.72% from 174); Max value from RGB is 134 - color contains mainly: red. Hex color #862503 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862503 is #79DAFC. Grayscale: #3E3E3E. Windows color (decimal): -7985917 or 206214. OLE color: 206214.

HSL color Cylindrical-coordinate representation of color #862503: hue angle of 15.57º 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 #862503 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 37 3 -
CMYK 0 0.72 0.98 0.47
HSL 15.57º 0.96% 0.27% -
HSV(B) 15.57º 0.98% 0.53% -
XYZ 10.51 6.4 0.77 -
YUV 62.13 94.64 179.26 -
System Red Green Blue C M Y K H S L
Decimal 134 37 3 0 0.72 0.98 0.47 15.57 0.96 0.27
Hex 86 25 3 0 48 62 2F 10 60 1B
Octal 206 45 3 0 110 142 57 20 140 33
Binary 10000110 100101 11 0 1001000 1100010 101111 10000 1100000 11011

Color Harmonies of #862503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862503

Black with #862503

Text Example


Text Example

White with #862503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862503; }

 p { color: rgb(134,37,3); }

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

background-color css

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

 a { background-color: rgb(134,37,3); }

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

border-color css

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

 span { border-color: rgb(134,37,3); }

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