Html Css Color HEX #862402 Falu Red

📋 copy color: '#862402'

red 134 ◦ green 36 ◦ blue 2

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

Shades of Falu Red #862402

Tints of Falu Red #862402

RGB

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

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

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

R = 77.91%
G = 20.93%
B = 1.16%

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

#862402 (or 0x862402) is known color: Falu Red. HEX triplet: 86, 24 and 02. RGB value is (134,36,2). Sum of RGB (Red+Green+Blue) = 134+36+2=172 (22% of max value = 765). Red value is 134 (52.73% from 255 or 77.91% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 2 (1.17% from 255 or 1.16% from 172); Max value from RGB is 134 - color contains mainly: red. Hex color #862402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862402 is #79DBFD. Grayscale: #3D3D3D. Windows color (decimal): -7986174 or 140422. OLE color: 140422.

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

Color convert

RGB 134 36 2 -
CMYK 0 0.73 0.99 0.47
HSL 15.45º 0.97% 0.27% -
HSV(B) 15.45º 0.99% 0.53% -
XYZ 10.47 6.33 0.73 -
YUV 61.43 94.47 179.76 -
System Red Green Blue C M Y K H S L
Decimal 134 36 2 0 0.73 0.99 0.47 15.45 0.97 0.27
Hex 86 24 2 0 49 63 2F F 61 1B
Octal 206 44 2 0 111 143 57 17 141 33
Binary 10000110 100100 10 0 1001001 1100011 101111 1111 1100001 11011

Color Harmonies of #862402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862402

Black with #862402

Text Example


Text Example

White with #862402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862402; }

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

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

background-color css

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

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

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

border-color css

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

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

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