Html Css Color HEX #862502 Falu Red

📋 copy color: '#862502'

red 134 ◦ green 37 ◦ blue 2

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

Shades of Falu Red #862502

Tints of Falu Red #862502

RGB

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

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

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

R = 77.46%
G = 21.39%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#862502 (or 0x862502) is known color: Falu Red. HEX triplet: 86, 25 and 02. RGB value is (134,37,2). Sum of RGB (Red+Green+Blue) = 134+37+2=173 (22% of max value = 765). Red value is 134 (52.73% from 255 or 77.46% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 2 (1.17% from 255 or 1.16% from 173); Max value from RGB is 134 - color contains mainly: red. Hex color #862502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862502 is #79DAFD. Grayscale: #3E3E3E. Windows color (decimal): -7985918 or 140678. OLE color: 140678.

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

Color convert

RGB 134 37 2 -
CMYK 0 0.72 0.99 0.47
HSL 15.91º 0.97% 0.27% -
HSV(B) 15.91º 0.99% 0.53% -
XYZ 10.5 6.4 0.74 -
YUV 62.01 94.14 179.35 -
System Red Green Blue C M Y K H S L
Decimal 134 37 2 0 0.72 0.99 0.47 15.91 0.97 0.27
Hex 86 25 2 0 48 63 2F 10 61 1B
Octal 206 45 2 0 110 143 57 20 141 33
Binary 10000110 100101 10 0 1001000 1100011 101111 10000 1100001 11011

Color Harmonies of #862502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862502

Black with #862502

Text Example


Text Example

White with #862502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862502; }

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

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

background-color css

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

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

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

border-color css

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

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

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