Html Css Color HEX #862603 Falu Red

📋 copy color: '#862603'

red 134 ◦ green 38 ◦ blue 3

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

Shades of Falu Red #862603

Tints of Falu Red #862603

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.71%

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

R = 76.57%
G = 21.71%
B = 1.71%

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

#862603 (or 0x862603) is known color: Falu Red. HEX triplet: 86, 26 and 03. RGB value is (134,38,3). Sum of RGB (Red+Green+Blue) = 134+38+3=175 (23% of max value = 765). Red value is 134 (52.73% from 255 or 76.57% from 175); Green value is 38 (15.23% from 255 or 21.71% from 175); Blue value is 3 (1.56% from 255 or 1.71% from 175); Max value from RGB is 134 - color contains mainly: red. Hex color #862603 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862603 is #79D9FC. Grayscale: #3E3E3E. Windows color (decimal): -7985661 or 206470. OLE color: 206470.

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

Color convert

RGB 134 38 3 -
CMYK 0 0.72 0.98 0.47
HSL 16.03º 0.96% 0.27% -
HSV(B) 16.03º 0.98% 0.53% -
XYZ 10.54 6.46 0.78 -
YUV 62.71 94.3 178.85 -
System Red Green Blue C M Y K H S L
Decimal 134 38 3 0 0.72 0.98 0.47 16.03 0.96 0.27
Hex 86 26 3 0 48 62 2F 10 60 1B
Octal 206 46 3 0 110 142 57 20 140 33
Binary 10000110 100110 11 0 1001000 1100010 101111 10000 1100000 11011

Color Harmonies of #862603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862603

Black with #862603

Text Example


Text Example

White with #862603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862603; }

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

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

background-color css

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

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

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

border-color css

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

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

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