Html Css Color HEX #862102 Falu Red

📋 copy color: '#862102'

red 134 ◦ green 33 ◦ blue 2

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

Shades of Falu Red #862102

Tints of Falu Red #862102

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.53%

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

R = 79.29%
G = 19.53%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#862102 (or 0x862102) is known color: Falu Red. HEX triplet: 86, 21 and 02. RGB value is (134,33,2). Sum of RGB (Red+Green+Blue) = 134+33+2=169 (22% of max value = 765). Red value is 134 (52.73% from 255 or 79.29% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 134 - color contains mainly: red. Hex color #862102 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862102 is #79DEFD. Grayscale: #3B3B3B. Windows color (decimal): -7986942 or 139654. OLE color: 139654.

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

Color convert

RGB 134 33 2 -
CMYK 0 0.75 0.99 0.47
HSL 14.09º 0.97% 0.27% -
HSV(B) 14.09º 0.99% 0.53% -
XYZ 10.39 6.16 0.7 -
YUV 59.67 95.46 181.02 -
System Red Green Blue C M Y K H S L
Decimal 134 33 2 0 0.75 0.99 0.47 14.09 0.97 0.27
Hex 86 21 2 0 4B 63 2F E 61 1B
Octal 206 41 2 0 113 143 57 16 141 33
Binary 10000110 100001 10 0 1001011 1100011 101111 1110 1100001 11011

Color Harmonies of #862102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862102

Black with #862102

Text Example


Text Example

White with #862102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862102; }

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

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

background-color css

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

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

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

border-color css

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

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

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