Html Css Color HEX #862103 Falu Red

📋 copy color: '#862103'

red 134 ◦ green 33 ◦ blue 3

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

Shades of Falu Red #862103

Tints of Falu Red #862103

RGB

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

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

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

R = 78.82%
G = 19.41%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.47

RGB Variations

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

Color information

#862103 (or 0x862103) is known color: Falu Red. HEX triplet: 86, 21 and 03. RGB value is (134,33,3). Sum of RGB (Red+Green+Blue) = 134+33+3=170 (22% of max value = 765). Red value is 134 (52.73% from 255 or 78.82% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 3 (1.56% from 255 or 1.76% from 170); Max value from RGB is 134 - color contains mainly: red. Hex color #862103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862103 is #79DEFC. Grayscale: #3B3B3B. Windows color (decimal): -7986941 or 205190. OLE color: 205190.

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

Color convert

RGB 134 33 3 -
CMYK 0 0.75 0.98 0.47
HSL 13.74º 0.96% 0.27% -
HSV(B) 13.74º 0.98% 0.53% -
XYZ 10.39 6.16 0.73 -
YUV 59.78 95.96 180.94 -
System Red Green Blue C M Y K H S L
Decimal 134 33 3 0 0.75 0.98 0.47 13.74 0.96 0.27
Hex 86 21 3 0 4B 62 2F E 60 1B
Octal 206 41 3 0 113 142 57 16 140 33
Binary 10000110 100001 11 0 1001011 1100010 101111 1110 1100000 11011

Color Harmonies of #862103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862103

Black with #862103

Text Example


Text Example

White with #862103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862103; }

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

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

background-color css

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

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

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

border-color css

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

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

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